#include <EcalSimRawData.h>
Private Types | |
enum | tokenType { tcp = 0, tp = 1 } |
enum | writeMode_t { littleEndian, bigEndian, ascii } |
Private Member Functions | |
void | checkGeometry (const edm::EventSetup &eventSetup) |
void | checkTriggerMap (const edm::EventSetup &eventSetup) |
int | cIndex2iTtEta (int iTtEta0) const |
int | cIndex2TtPhi (int iTtPhi0) const |
void | elec2GeomNum (int ittEta0, int ittPhi0, int strip1, int ch1, int &iEta0, int &iPhi0) const |
void | fwrite (std::ofstream &f, uint16_t data, int &iword, bool hpar=true) const |
void | genFeData (std::string &basename, int iEvent, const std::vector< uint16_t > adcCount[nEbEta][nEbPhi]) const |
void | genSrData (std::string &basename, int iEvent, int ttf[nEbTtEta][nTtPhi]) const |
void | genTccIn (std::string &basename, int iEvent, const int tps[nTtEta][nTtPhi]) const |
void | genTccOut (std::string &basename, int iEvent, const int tps[nTtEta][nTtPhi]) const |
void | getEbDigi (const edm::Event &event, std::vector< uint16_t > adc[nEbEta][nEbPhi]) const |
std::string | getExt () const |
void | getSrfs (const edm::Event &event, int ebSrf[nTtEta][nTtPhi], int eeSrf[nEndcaps][nScX][nScY]) const |
void | getTp (const edm::Event &event, tokenType type, int tp[nTtEta][nTtPhi]) const |
int | iEta2cIndex (int iEta) const |
int | iPhi2cIndex (int iPhi) const |
int | iTtEta2cIndex (int iTtEta) const |
int | iTtPhi2cIndex (int iTtPhi) const |
void | setHParity (uint16_t &a) const |
Private Attributes | |
std::string | basename_ |
int | dccNum_ |
std::string | digiProducer_ |
std::string | ebDigiCollection_ |
edm::EDGetTokenT< EBDigiCollection > | ebDigisToken_ |
std::string | ebSrFlagCollection_ |
edm::EDGetTokenT< EBSrFlagCollection > | ebSrFlagToken_ |
std::string | eeDigiCollection_ |
std::string | eeSrFlagCollection_ |
edm::EDGetTokenT< EESrFlagCollection > | eeSrFlagToken_ |
std::unique_ptr< EcalSelectiveReadout > | esr_ |
bool | fe2dcc_ |
bool | fe2tcc_ |
int | iEvent |
std::string | srDigiProducer_ |
std::ofstream | srfFile |
bool | srp2dcc_ |
bool | tcc2dcc_ |
int | tccInDefaultVal_ |
int | tccNum_ |
std::string | tcpDigiCollection_ |
const CaloGeometry * | theGeometry |
const EcalTrigTowerConstituentsMap * | theTriggerTowerMap |
std::string | tpDigiCollection_ |
std::string | tpProducer_ |
bool | tpVerbose_ |
edm::EDGetTokenT< EcalTrigPrimDigiCollection > | trigPrimDigisToken_ [2] |
std::ofstream | ttfFile |
writeMode_t | writeMode_ |
bool | xtalVerbose_ |
Static Private Attributes | |
static const int | ebDccPhiEdge = 20 |
static const int | ebTccPhiEdge = 20 |
static const int | nDccEndcap = 9 |
static const int | nDccInPhi = 18 |
static const int | nEbEta = 170 |
static const int | nEbPhi = 360 |
static const int | nEbTtEta = nEbEta / ttEdge |
static const int | nEeTtEta = 11 |
static const int | nEeX = 100 |
static const int | nEeY = 100 |
static const int | nEndcaps = 2 |
static const int | nScX = 20 |
static const int | nScY = 20 |
static const int | nTccEndcap = 36 |
static const int | nTccInPhi = 18 |
static const int | nTtEta = nEbTtEta + 2 * nEeTtEta |
static const int | nTtPhi = nEbPhi / ttEdge |
static const int | nTtPhisPerEbDcc = 4 |
static const int | nTtPhisPerEbTcc = 4 |
static const int | nTtSmEta = 17 |
static const int | nTtSmPhi = 4 |
static const int | nTtTypes = 2 |
static const int | scEdge = 5 |
static const int | strip2Eta [nTtTypes][ttEdge] |
static const int | stripCh2Phi [nTtTypes][ttEdge][ttEdge] |
static const int | ttEdge = 5 |
static const int | ttType [nEbTtEta] |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
void | resetItemsToGetFrom (BranchType iType) |
The EcalSimRawData CMSSW module produces raw data from digis. The raw data are written into files which can be loaded into the TCC DCC and SRP boards in order to emulate the front-end. Only barrel is fully supported. The produced files for TCC assumes a special LUT in the TCC forged for FE emulation mode.
Module Parameters:
Definition at line 42 of file EcalSimRawData.h.
|
private |
Enumerator | |
---|---|
tcp | |
tp |
Definition at line 59 of file EcalSimRawData.h.
|
private |
Output format mode
littleEndian: little endian binary bigEndian: big endian binary ascii: ascii mode. The one accepted by the TCC, DCC and SRP board control software.
Enumerator | |
---|---|
littleEndian | |
bigEndian | |
ascii |
Definition at line 187 of file EcalSimRawData.h.
|
explicit |
Constructor
pset | CMSSW configuration |
Definition at line 36 of file EcalSimRawData.cc.
References ascii, basename_, bigEndian, dccNum_, digiProducer_, ebDigiCollection_, ebDigisToken_, ebSrFlagCollection_, ebSrFlagToken_, eeDigiCollection_, eeSrFlagCollection_, eeSrFlagToken_, fe2dcc_, fe2tcc_, iEvent, ProducerED_cfi::InputTag, littleEndian, submitPVValidationJobs::params, srDigiProducer_, srp2dcc_, AlCaHLTBitMon_QueryRunRegistry::string, tcc2dcc_, tccInDefaultVal_, tccNum_, tcp, tcpDigiCollection_, tp, tpDigiCollection_, tpProducer_, tpVerbose_, trigPrimDigisToken_, EcalSimRawData_cfi::writeMode, writeMode_, and xtalVerbose_.
|
overridedefault |
Destructor
|
overridevirtual |
Main method. Called back for each event. This method produced the raw data and write them to disk.
Implements edm::one::EDAnalyzerBase.
Definition at line 79 of file EcalSimRawData.cc.
References gpuClustering::adc, basename_, gather_cfg::cout, fe2dcc_, fe2tcc_, genFeData(), genSrData(), genTccIn(), genTccOut(), getEbDigi(), getSrfs(), getTp(), iEvent, nEbEta, nEbPhi, nEndcaps, nScX, nScY, nTtEta, nTtPhi, srp2dcc_, tcc2dcc_, tcp, tp, tpVerbose_, and xtalVerbose_.
|
private |
call these once an event, to make sure everything is up-to-date
|
private |
|
inlineprivate |
Converse of iTtEta2cIndex
iTtEta0 | c eta index of TT |
std | CMSSW TT eta index |
Definition at line 237 of file EcalSimRawData.h.
|
inlineprivate |
Converse of iTtPhi2cIndex
iTtPhi0 | phi index of TT |
Definition at line 243 of file EcalSimRawData.h.
|
private |
Converts electronic number of an ECAL barrel channel to geometrical indices
ittEta0 | trigger tower c index | |
ittPhi0 | trigger tower c index | |
strip1 | strip index within the TT. Runs from 1 to 5. | |
ch1 | channel electronics number within the VFE. Runs from 1 to 5. | |
[out] | iEta0 | eta c index of the channel |
[out] | iPhi0 | eta c index of the channel |
Definition at line 119 of file EcalSimRawData.cc.
References cms::cuda::assert(), nEbEta, nEbPhi, nEbTtEta, nTtPhi, strip2Eta, stripCh2Phi, ttEdge, and ttType.
Referenced by genFeData().
|
private |
Write a data 16-bit word into file according to selected format.
f | the file stream to write to | |
data | the peace of data to write | |
[in,out] | iword | pass zero when writing for the first time in a file, then the value returned by the previous call. Counts the number of words written into the file. |
hpar | if true the horizontal odd word parity is set before writing the word into the file. |
Definition at line 131 of file EcalSimRawData.cc.
References ascii, bigEndian, HltBtagPostValidation_cff::c, data, TauDecayModes::dec, f, littleEndian, setHParity(), and writeMode_.
Referenced by genFeData(), genSrData(), and genTccOut().
|
private |
Generates FE crystal data
basename | base for the output file name. DCC number is appended to the name |
iEvent | event index |
adcCount | the payload, the ADC count of the channels. |
stripHeader |= parity(stripHeader) << 15;
Definition at line 171 of file EcalSimRawData.cc.
References gpuClustering::adc, ascii, gather_cfg::cout, data, dccNum_, TauDecayModes::dec, elec2GeomNum(), f, fwrite(), getExt(), iEvent, nDccEndcap, nDccInPhi, nTtPhi, nTtPhisPerEbDcc, nTtSmEta, nTtSmPhi, alignCSCRings::s, AlCaHLTBitMon_QueryRunRegistry::string, ttEdge, writeMode_, testProducerWithPsetDescEmpty_cfi::x1, and xtalVerbose_.
Referenced by analyze().
|
private |
Generates SR flags
basename | base for the output file name. DCC number is appended to the name |
iEvent | event index |
the | trigger tower flags |
Definition at line 248 of file EcalSimRawData.cc.
References ascii, data, dccNum_, f, fwrite(), getExt(), iEvent, nDccEndcap, nDccInPhi, nEeTtEta, nTtPhi, nTtPhisPerEbDcc, nTtSmEta, nTtSmPhi, alignCSCRings::s, AlCaHLTBitMon_QueryRunRegistry::string, writeMode_, and testProducerWithPsetDescEmpty_cfi::x1.
Referenced by analyze().
|
private |
Generates FE trigger primitives data
basename | base for the output file name. DCC number is appended to the name |
iEvent | event index |
tps | the payload, the trigger primitives |
Definition at line 311 of file EcalSimRawData.cc.
References gather_cfg::cout, TauDecayModes::dec, iEvent, nTccEndcap, nTccInPhi, nTtPhi, nTtPhisPerEbTcc, nTtSmEta, nTtSmPhi, alignCSCRings::s, AlCaHLTBitMon_QueryRunRegistry::string, tccNum_, tcp, and tpVerbose_.
Referenced by analyze().
|
private |
Generates TCC->DCC data
basename | base for the output file name. DCC number is appended to the name |
iEvent | event index |
tps | the payload, the trigger primitives |
Definition at line 362 of file EcalSimRawData.cc.
References gather_cfg::cout, data, TauDecayModes::dec, fwrite(), getExt(), iEvent, nEeTtEta, PresampleTask_cfi::nSamples, nTccEndcap, nTccInPhi, nTtPhi, nTtPhisPerEbTcc, nTtSmEta, nTtSmPhi, alignCSCRings::s, tccNum_, tpVerbose_, and testProducerWithPsetDescEmpty_cfi::x1.
Referenced by analyze().
|
private |
Retrieves barrel digis (APD ADC count).
event | CMS event |
adc | [out] the adc counts: adc[iEta0][iPhi0][iTimeSample0] |
Definition at line 480 of file EcalSimRawData.cc.
References gpuClustering::adc, gather_cfg::cout, TauDecayModes::dec, ebDigisToken_, Exception, hcalRecHitTable_cff::ieta, iEta2cIndex(), hcalRecHitTable_cff::iphi, iPhi2cIndex(), nEbEta, nEbPhi, PresampleTask_cfi::nSamples, ecalGpuTask_cfi::sample, and xtalVerbose_.
Referenced by analyze().
|
private |
Help function to get the file extension which depends on the output formats.
Definition at line 158 of file EcalSimRawData.cc.
References ascii, bigEndian, littleEndian, and writeMode_.
Referenced by genFeData(), genSrData(), and genTccOut().
|
private |
Computes the selective readout flags.
[in] | event | CMS event |
[out] | ebSrf | the computed SR flags for barrel |
[out] | eeSrf | the computed SR flags for endcaps |
Definition at line 434 of file EcalSimRawData.cc.
References cms::cuda::assert(), ebSrFlagCollection_, ebSrFlagToken_, eeSrFlagCollection_, eeSrFlagToken_, RemoveAddSevLevel::flag, mps_fire::i, l1tTowerCalibrationProducer_cfi::iEta, nEbTtEta, nEeTtEta, nEndcaps, nScX, nScY, nTtEta, nTtPhi, and srDigiProducer_.
Referenced by analyze().
|
private |
Extracts the trigger primitive (TP). The collection name parameter permits to select either the TCP Fenix output or the TCC output. Note: TCP output is only valid for the barrel.
event | CMS event |
collName | label of the EDM collection containing the TP. |
tp | [out] the trigger primitives |
Definition at line 546 of file EcalSimRawData.cc.
References edm::SortedCollection< T, SORT >::begin(), trigObjTnPSource_cfi::collName, gather_cfg::cout, edm::SortedCollection< T, SORT >::end(), iTtEta2cIndex(), iTtPhi2cIndex(), nEbTtEta, nTtEta, nTtPhi, AlCaHLTBitMon_QueryRunRegistry::string, tccInDefaultVal_, tcp, tcpDigiCollection_, tp, tpDigiCollection_, tpVerbose_, and trigPrimDigisToken_.
Referenced by analyze().
|
inlineprivate |
Converts std CMSSW crystal eta index into a c-index (contiguous integer starting from 0 and increasing with pseudo-rapidity).
iEta | std CMSSW crystal eta index |
Definition at line 211 of file EcalSimRawData.h.
References l1tTowerCalibrationProducer_cfi::iEta.
Referenced by getEbDigi().
|
inlineprivate |
Converts std CMSSW crystal phi index into a c-index (contiguous integer starting from 0 at phi=0deg and increasing with phi).
iPhi | std CMSSW crystal phi index |
Definition at line 218 of file EcalSimRawData.h.
References nEbPhi.
Referenced by getEbDigi().
|
inlineprivate |
Converts std CMSSW ECAL trigger tower eta index into a c-index (contiguous integer starting from 0 and increasing with pseudo-rapidity).
iEta | std CMSSW trigger tower eta index |
Definition at line 231 of file EcalSimRawData.h.
Referenced by getTp().
|
inlineprivate |
Converts std CMSSW ECAL trigger tower phi index into a c-index (contiguous integer starting from 0 at phi=0deg and increasing with phi).
iPhi | std CMSSW ECAL trigger tower phi index |
Definition at line 250 of file EcalSimRawData.h.
Referenced by getTp().
|
private |
Definition at line 423 of file EcalSimRawData.cc.
References a, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by fwrite().
|
private |
basename for output files
Definition at line 444 of file EcalSimRawData.h.
Referenced by analyze(), and EcalSimRawData().
|
private |
Index of the DCC, FE data must be produced for. -1 for all TTCs
Definition at line 436 of file EcalSimRawData.h.
Referenced by EcalSimRawData(), genFeData(), and genSrData().
|
private |
Name of module/plugin/producer making digis
Definition at line 348 of file EcalSimRawData.h.
Referenced by EcalSimRawData().
|
staticprivate |
Number of barrel crystals along phi covered by a DCC
Definition at line 145 of file EcalSimRawData.h.
|
private |
EB digi product instance name
Definition at line 352 of file EcalSimRawData.h.
Referenced by EcalSimRawData().
|
private |
Definition at line 448 of file EcalSimRawData.h.
Referenced by EcalSimRawData(), and getEbDigi().
|
private |
EB SRP flag digi product instance name
Definition at line 364 of file EcalSimRawData.h.
Referenced by EcalSimRawData(), and getSrfs().
|
private |
Definition at line 447 of file EcalSimRawData.h.
Referenced by EcalSimRawData(), and getSrfs().
|
staticprivate |
number of TTs along phi of a TCC sector
Definition at line 133 of file EcalSimRawData.h.
|
private |
EE digi product instance name
Definition at line 356 of file EcalSimRawData.h.
Referenced by EcalSimRawData().
|
private |
EE SRP flag digi product instancename
Definition at line 368 of file EcalSimRawData.h.
Referenced by EcalSimRawData(), and getSrfs().
|
private |
Definition at line 446 of file EcalSimRawData.h.
Referenced by EcalSimRawData(), and getSrfs().
|
private |
Selective readout simulator
Definition at line 420 of file EcalSimRawData.h.
|
private |
Switch for data of FE->DCC link
Definition at line 408 of file EcalSimRawData.h.
Referenced by analyze(), and EcalSimRawData().
|
private |
Switch for data of FE->TCC link
Definition at line 412 of file EcalSimRawData.h.
Referenced by analyze(), and EcalSimRawData().
|
private |
Definition at line 61 of file EcalSimRawData.h.
Referenced by analyze(), EcalSimRawData(), genFeData(), genSrData(), genTccIn(), and genTccOut().
|
staticprivate |
Number of DCCs for a single endcap
Definition at line 129 of file EcalSimRawData.h.
Referenced by genFeData(), and genSrData().
|
staticprivate |
Number of barrel DCCs along Phi
Definition at line 125 of file EcalSimRawData.h.
Referenced by genFeData(), and genSrData().
|
staticprivate |
Number of crystals in ECAL barrel along eta
Definition at line 65 of file EcalSimRawData.h.
Referenced by analyze(), elec2GeomNum(), and getEbDigi().
|
staticprivate |
Number of crystals in ECAL barrel along phi
Definition at line 69 of file EcalSimRawData.h.
Referenced by analyze(), elec2GeomNum(), getEbDigi(), and iPhi2cIndex().
Number of TTs along Ecal barrel eta
Definition at line 113 of file EcalSimRawData.h.
Referenced by elec2GeomNum(), getSrfs(), and getTp().
|
staticprivate |
Number of TTs along eta for one endcap.
Definition at line 117 of file EcalSimRawData.h.
Referenced by genSrData(), genTccOut(), and getSrfs().
|
staticprivate |
X-edge of endcap (x,y)- crystal grid
Definition at line 73 of file EcalSimRawData.h.
|
staticprivate |
Y-edge of endcap (x,y)- crystal grid
Definition at line 77 of file EcalSimRawData.h.
|
staticprivate |
Number of endcaps
Definition at line 81 of file EcalSimRawData.h.
|
staticprivate |
Maximum number of supercrystal along x axis
Definition at line 89 of file EcalSimRawData.h.
|
staticprivate |
Maximum number of supercrystal along y axis
Definition at line 93 of file EcalSimRawData.h.
|
staticprivate |
Number of TCCs for a single endcap
Definition at line 141 of file EcalSimRawData.h.
Referenced by genTccIn(), and genTccOut().
|
staticprivate |
Number of Barrel TTCs along phi
Definition at line 137 of file EcalSimRawData.h.
Referenced by genTccIn(), and genTccOut().
Number of TTs along ECAL eta
Definition at line 121 of file EcalSimRawData.h.
Number of TTs along Ecal Phi
Definition at line 109 of file EcalSimRawData.h.
Referenced by analyze(), elec2GeomNum(), genFeData(), genSrData(), genTccIn(), genTccOut(), getSrfs(), and getTp().
|
staticprivate |
Number of trigger towers alng phi covered by a DCC
Definition at line 149 of file EcalSimRawData.h.
Referenced by genFeData(), and genSrData().
|
staticprivate |
Number of trigger towers alng phi covered by a TCC
Definition at line 153 of file EcalSimRawData.h.
Referenced by genTccIn(), and genTccOut().
|
staticprivate |
Number of TTs along SM eta
Definition at line 105 of file EcalSimRawData.h.
Referenced by genFeData(), genSrData(), genTccIn(), and genTccOut().
|
staticprivate |
Number of TTs along SM phi
Definition at line 101 of file EcalSimRawData.h.
Referenced by genFeData(), genSrData(), genTccIn(), and genTccOut().
|
staticprivate |
Number of barrel trigger tower types (in term of VFE card orientation)
Definition at line 157 of file EcalSimRawData.h.
|
staticprivate |
Supercrystal edge in number of crystals
Definition at line 85 of file EcalSimRawData.h.
|
private |
Label of SR flags and suppressed digis
Definition at line 360 of file EcalSimRawData.h.
Referenced by EcalSimRawData(), and getSrfs().
|
private |
Output file for selective readout flags
Definition at line 428 of file EcalSimRawData.h.
|
private |
Switch for data of SRP->DCC link
Definition at line 400 of file EcalSimRawData.h.
Referenced by analyze(), and EcalSimRawData().
|
staticprivate |
Maps strip_id to eta index within a TT. strip2Eta[iTtType][strip_id-1] will be the eta index of channels with strip_id 'strip_id'. The eta index runs from 0 to 4 and increasing with the eta of the std CMS coordinates.
Definition at line 178 of file EcalSimRawData.h.
Referenced by elec2GeomNum().
|
staticprivate |
Maps (strip_id, channel_id) to phi index within a TT. stripCh2Phi[iTtType][strip_id-1][ch_id-1] will be the phi index of the TT of type iTtType with strip ID 'strip_id' and channel VFE id 'ch_id'. The phi runs from 0 to 4 and increases with the phi of std CMS coordinates.
Definition at line 171 of file EcalSimRawData.h.
Referenced by elec2GeomNum().
|
private |
Switch for data of TCC->DCC link
Definition at line 404 of file EcalSimRawData.h.
Referenced by analyze(), and EcalSimRawData().
|
private |
default TriggerPrimitive values if the trigger tower is abscent
Definition at line 440 of file EcalSimRawData.h.
Referenced by EcalSimRawData(), and getTp().
|
private |
Index of the TCC, FE data must be produced for. -1 for all TTCs
Definition at line 432 of file EcalSimRawData.h.
Referenced by EcalSimRawData(), genTccIn(), and genTccOut().
|
private |
TCP Fenix output digi product instance name
Definition at line 376 of file EcalSimRawData.h.
Referenced by EcalSimRawData(), and getTp().
|
private |
Calorimeter geometry
Definition at line 380 of file EcalSimRawData.h.
|
private |
ECAL endcap trigger tower map
Definition at line 416 of file EcalSimRawData.h.
|
private |
Trigger primitive digi product instance name
Definition at line 372 of file EcalSimRawData.h.
Referenced by EcalSimRawData(), and getTp().
|
private |
Name of the trigger primitive label
Definition at line 384 of file EcalSimRawData.h.
Referenced by EcalSimRawData().
|
private |
Verbosity switch for crystal data
Definition at line 396 of file EcalSimRawData.h.
Referenced by analyze(), EcalSimRawData(), genTccIn(), genTccOut(), and getTp().
|
private |
Definition at line 449 of file EcalSimRawData.h.
Referenced by EcalSimRawData(), and getTp().
|
staticprivate |
Definition at line 97 of file EcalSimRawData.h.
Referenced by elec2GeomNum(), and genFeData().
|
private |
Output file for trigger tower flags
Definition at line 424 of file EcalSimRawData.h.
|
staticprivate |
Map of trigger tower types (in term of VFE card orientation). ttType[iTtEta0]: trigger tower type of TTs with eta 'c-arrary' index iTtEta0
Definition at line 163 of file EcalSimRawData.h.
Referenced by elec2GeomNum().
|
private |
output format
Definition at line 388 of file EcalSimRawData.h.
Referenced by EcalSimRawData(), fwrite(), genFeData(), genSrData(), and getExt().
|
private |
Verbosity switch for crystal data
Definition at line 392 of file EcalSimRawData.h.
Referenced by analyze(), EcalSimRawData(), genFeData(), and getEbDigi().