7#include <TClonesArray.h>
13 , fClusters(new TClonesArray(
"CbmTrdCluster", 100))
14 , fHits(new TClonesArray(
"CbmTrdHit", 100))
22 , fClusters(new TClonesArray(
"CbmTrdCluster", 100))
23 , fHits(new TClonesArray(
"CbmTrdHit", 100))
44 if (strcmp(opt,
"hit") == 0 &&
fHits)
fHits->Clear();
ClassImp(CbmConverterManager)
Abstract class for the TRD module It provides access to the basic properties of the chamber as follow...
Abstract class for module wise cluster finding and hit reconstruction.
virtual ~CbmTrdModuleRec()
virtual void Clear(Option_t *opt="")
Clear local storage.
CbmTrdModuleRec()
Default constructor.
UInt_t fCalled
counter for the number of calls
TClonesArray * fClusters
module wise storage of reconstructed cluster
TClonesArray * fHits
module wise storage of reconstructed hits