ATLAS Offline Software
|
#include <MinBiasScintSDOptions.h>
Public Member Functions | |
MinBiasScintSDOptions () | |
Setup defaults. More... | |
Public Attributes | |
std::vector< double > | deltaTHit |
A time granularity for G4 hits in TileHit it can be just one number, e.g. More... | |
double | timeCut |
Time cut for hits, all hits go to one single time bin if time is above this cut. More... | |
bool | tileTB |
Flag to indicate TileCal TestBeam configuration. More... | |
bool | doBirk |
Flag to enable Birk's law. More... | |
double | birk1 |
Birks Law parameters - exp. More... | |
double | birk2 |
bool | doTOFCorrection |
Flag to apply TOF correction (subtract Time Of Flight from ATLAS center) More... | |
int | verboseLevel |
Helper to keep the same verbosity everywhere. More... | |
std::string | rDBAccessSvcName |
std::string | geoModelSvcName |
Definition at line 20 of file MinBiasScintSDOptions.h.
|
inline |
double MinBiasScintSDOptions::birk1 |
Birks Law parameters - exp.
values from NIM 80 (1970) 239-244
Definition at line 52 of file MinBiasScintSDOptions.h.
double MinBiasScintSDOptions::birk2 |
Definition at line 53 of file MinBiasScintSDOptions.h.
std::vector<double> MinBiasScintSDOptions::deltaTHit |
A time granularity for G4 hits in TileHit it can be just one number, e.g.
5.0 which means that the same granularity is used everywhere or it can be a vector which contains 3*N+1 elements, e.g. 0.1,-5,5, 0.5,-75,75, 5.0 which means that for [-5,5] ns interval granularity 0.1ns will be used for [-75,75] ns interval granularity 0.5ns will be used and 5ns granularity will be used for all other hits
Definition at line 44 of file MinBiasScintSDOptions.h.
bool MinBiasScintSDOptions::doBirk |
Flag to enable Birk's law.
Definition at line 50 of file MinBiasScintSDOptions.h.
bool MinBiasScintSDOptions::doTOFCorrection |
Flag to apply TOF correction (subtract Time Of Flight from ATLAS center)
Definition at line 55 of file MinBiasScintSDOptions.h.
std::string MinBiasScintSDOptions::geoModelSvcName |
Definition at line 61 of file MinBiasScintSDOptions.h.
std::string MinBiasScintSDOptions::rDBAccessSvcName |
Definition at line 59 of file MinBiasScintSDOptions.h.
bool MinBiasScintSDOptions::tileTB |
Flag to indicate TileCal TestBeam configuration.
Definition at line 48 of file MinBiasScintSDOptions.h.
double MinBiasScintSDOptions::timeCut |
Time cut for hits, all hits go to one single time bin if time is above this cut.
Definition at line 46 of file MinBiasScintSDOptions.h.
int MinBiasScintSDOptions::verboseLevel |
Helper to keep the same verbosity everywhere.
Definition at line 57 of file MinBiasScintSDOptions.h.