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