Enumerations | |
enum | Mode { Mode::undefined = 0, Mode::tile = 1, Mode::bar = 2, Mode::barzflat = 3, Mode::barphiflat = 4, Mode::btlv1etlv4 = 5, Mode::btlv1etlv5 = 6 } |
Functions | |
BTLDetId::CrysLayout | crysLayoutFromTopoMode (const int &topoMode) |
Mode | MTDStringToEnumParser (const std::string &) |
|
strong |
Enumerator | |
---|---|
undefined | |
tile | |
bar | |
barzflat | |
barphiflat | |
btlv1etlv4 | |
btlv1etlv5 |
Definition at line 13 of file MTDTopologyMode.h.
|
inline |
Returns BTLDetId::CrysLayout as a function of topology mode (to accomodate TDR/post TDR ETL scenarios).
Definition at line 19 of file MTDTopologyMode.h.
References BTLDetId::barphiflat.
Referenced by BtlDigiHitsValidation::analyze(), BtlSimHitsValidation::analyze(), BtlLocalRecoValidation::analyze(), MTDThresholdClusterizer::clusterize(), MTDThresholdClusterizer::copy_to_buffer(), BTLDeviceSim::getHitsResponse(), and MTDTimeCalib::getTimeCalib().
Mode MTDTopologyMode::MTDStringToEnumParser | ( | const std::string & | value | ) |
Definition at line 7 of file MTDTopologyMode.cc.
References bar, barphiflat, barzflat, btlv1etlv4, btlv1etlv5, Exception, convertSQLitetoXML_cfg::output, hcallasereventfilter2012_cfi::prefix, AlCaHLTBitMon_QueryRunRegistry::string, tile, and undefined.
Referenced by MTDParametersFromDD::build().