#include "PndMvdDetector.h" #include "TClonesArray.h" // ----- Default constructor ------------------------------------------- PndMvdDetector::PndMvdDetector() { fPndSdsCollection = new TClonesArray("PndSdsMCPoint"); fPosIndex = 0; fListOfSensitives.push_back("Disk-Sensor");//Root_Test.root fListOfSensitives.push_back("Barrel-Sensor");//Root_Test.root fListOfSensitives.push_back("PixelActive");//Root_Test.root fListOfSensitives.push_back("StripSensor");//MVD14.root fListOfSensitives.push_back("SensorActiveArea");//MVD14.root fListOfSensitives.push_back("StripActive");//MVD_v1.0.root fListOfSensitives.push_back("PixelActive");//MVD_v1.0.root //if (fVerboseLevel>0) { std::cout<<"-I- PndMvdDetector: fListOfSensitives contains:"; for(Int_t k=0;k0) { std::cout<<"- I - PndMvdDetector: fListOfSensitives contains:"; for(Int_t k=0;kDelete(); delete fPndSdsCollection; } delete fGeoH; } // ------------------------------------------------------------------------- ClassImp(PndMvdDetector);