FairRoot/PandaRoot
Functions
PndGeoTarget.cxx File Reference
#include "PndGeoTarget.h"

Go to the source code of this file.

Functions

 ClassImp (PndGeoTarget) PndGeoTarget
 

Function Documentation

ClassImp ( PndGeoTarget  )

Definition at line 13 of file PndGeoTarget.cxx.

15  {
16  // Constructor
17  fName="target";
18  strcpy(modName,"t");
19  strcpy(eleName,"t");
20  maxSectors=0;
21  maxModules=1;
22 }