1 #ifndef BSEMCDIGIDCSETTERPROCESS_HH     2 #define BSEMCDIGIDCSETTERPROCESS_HH    20 class TMemberInspector;
 
rudimentary if-statement heavy lookup for data concentrator number for each crystal (detectorId) deve...
 
virtual void SetDetectorName(const std::string &t_detectorName)
Set the Detector name. Important, as most EmcParameter need to know for which detector they need to b...
 
Sets the DataConcentrator number for a BSEmcDigi. 
 
BSEmcDigiDCSetterProcess()
 
represents the reconstructed hit of one emc crystal 
 
virtual ~BSEmcDigiDCSetterProcess()
 
Helper class to indirect the Parameter fetching via the FairRuntimeDb. 
 
virtual void SetupParameters(const PndParameterRegister *t_parameterRegister)
Fetch all parameters from the PndParameterRegister. 
 
virtual void Process()
The actual data transformation (digitizing, clustering, etc.) should be defined here. 
 
virtual void SetData(BSEmcDigitizationData *t_data)
Pass the data container ptrs to the process, and store pointers in class members. ...
 
DataStruct to pass addresses to data Container between BSEmcDigitizerTask and PndProcess<BSEmcDigitiz...