#include "PndDvmDetector.h" #include "TClonesArray.h" // ----- Default constructor ------------------------------------------- PndDvmDetector::PndDvmDetector() { fPndSsdCollection = new TClonesArray("PndMvdMCPoint"); 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 fListOfSensitives.push_back("LumActive");//MATZE_LUMI.root //if (fVerboseLevel>0) { std::cout<<"-I- PndDvmDetector: fListOfSensitives contains:"; for(Int_t k=0;k0) { std::cout<<"- I - PndDvmDetector: fListOfSensitives contains:"; for(Int_t k=0;kDelete(); delete fPndSsdCollection; } delete fGeoH; }