#include "PndLmdDetector.h" #include "TClonesArray.h" // ----- Default constructor ------------------------------------------- PndLmdDetector::PndLmdDetector() { fPndSdsCollection = new TClonesArray("PndSdsMCPoint"); fPosIndex = 0; fListOfSensitives.push_back("LumActive");//Lumi //if (fVerboseLevel>0) { std::cout<<"-I- PndLmdDetector: fListOfSensitives contains:"; for(Int_t k=0;k0) { std::cout<<"- I - PndLmdDetector: fListOfSensitives contains:"; for(Int_t k=0;kDelete(); delete fPndSdsCollection; } delete fGeoH; } // ------------------------------------------------------------------------- ClassImp(PndLmdDetector);