CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Attributes
CSCDigiToRawModule Class Reference
Inheritance diagram for CSCDigiToRawModule:
edm::global::EDProducer<> edm::global::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 CSCDigiToRawModule (const edm::ParameterSet &pset)
 Constructor. More...
 
void produce (edm::StreamID, edm::Event &, const edm::EventSetup &) const override
 
- Public Member Functions inherited from edm::global::EDProducer<>
 EDProducer ()=default
 
 EDProducer (const EDProducer &)=delete
 
bool hasAbilityToProduceInBeginLumis () const final
 
bool hasAbilityToProduceInBeginProcessBlocks () const final
 
bool hasAbilityToProduceInBeginRuns () const final
 
bool hasAbilityToProduceInEndLumis () const final
 
bool hasAbilityToProduceInEndProcessBlocks () const final
 
bool hasAbilityToProduceInEndRuns () const final
 
EDProduceroperator= (const EDProducer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
bool wantsStreamLuminosityBlocks () const final
 
bool wantsStreamRuns () const final
 
- Public Member Functions inherited from edm::global::EDProducerBase
 EDProducerBase ()
 
ModuleDescription const & moduleDescription () const
 
 ~EDProducerBase () override
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
std::vector< edm::ProductResolverIndex > const & indiciesForPutProducts (BranchType iBranchType) const
 
 ProducerBase ()
 
std::vector< edm::ProductResolverIndex > const & putTokenIndexToProductResolverIndex () const
 
std::vector< bool > const & recordProvenanceList () const
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription const &)> registrationCallback () const
 used by the fwk to register list of products More...
 
void resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel)
 
TypeLabelList const & typeLabelList () const
 used by the fwk to register the list of products of this module More...
 
 ~ProducerBase () noexcept(false) override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESResolverIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESResolverIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::array< std::vector< ModuleDescription const *> *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, ProductRegistry const &preg, std::map< std::string, ModuleDescription const *> const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProductResolverIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from edm::global::EDProducerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Private Attributes

edm::EDGetTokenT< CSCALCTDigiCollectional_token
 
edm::EDGetTokenT< CSCShowerDigiCollectionalct_anode_shower_token
 
edm::EDGetTokenT< CSCShowerDigiCollectionanode_shower_token
 
edm::EDGetTokenT< CSCShowerDigiCollectioncathode_shower_token
 
edm::EDGetTokenT< CSCComparatorDigiCollectioncd_token
 
edm::ESGetToken< CSCChamberMap, CSCChamberMapRcdcham_token
 
edm::EDGetTokenT< CSCCLCTDigiCollectioncl_token
 
edm::EDGetTokenT< CSCCorrelatedLCTDigiCollectionco_token
 
edm::EDGetTokenT< GEMPadDigiClusterCollectiongem_token
 Run3 GEM GE11 trigger objects collection. More...
 
std::unique_ptr< const CSCDigiToRawpacker_
 
edm::EDGetTokenT< CSCCLCTPreTriggerCollectionpr_token
 
edm::EDGetTokenT< CSCCLCTPreTriggerDigiCollectionprdigi_token
 
edm::EDPutTokenT< FEDRawDataCollectionput_token_
 
edm::EDGetTokenT< CSCStripDigiCollectionsd_token
 
edm::EDGetTokenT< CSCShowerDigiCollectionshower_token
 Run3 CSC Shower objects collections. More...
 
bool useCSCShowers_
 
bool useGEMs_
 
bool usePreTriggers_
 
edm::EDGetTokenT< CSCWireDigiCollectionwd_token
 

Additional Inherited Members

- Public Types inherited from edm::global::EDProducerBase
typedef EDProducerBase ModuleType
 
- Public Types inherited from edm::ProducerBase
template<typename T >
using BranchAliasSetterT = ProductRegistryHelper::BranchAliasSetterT< T >
 
using ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex > >
 
typedef ProductRegistryHelper::TypeLabelList TypeLabelList
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Protected Member Functions inherited from edm::ProducerBase
template<Transition Tr = Transition::Event>
auto produces (std::string instanceName) noexcept
 declare what type of product will make and with which optional label More...
 
template<Transition B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<BranchType B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<class ProductType >
BranchAliasSetterT< ProductType > produces ()
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces ()
 
template<class ProductType >
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces ()
 
template<Transition Tr = Transition::Event>
auto produces () noexcept
 
ProducesCollector producesCollector ()
 
- 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< Bconsumes (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)
 

Detailed Description

Definition at line 42 of file CSCDigiToRawModule.cc.

Constructor & Destructor Documentation

◆ CSCDigiToRawModule()

CSCDigiToRawModule::CSCDigiToRawModule ( const edm::ParameterSet pset)

Constructor.

Definition at line 81 of file CSCDigiToRawModule.cc.

References al_token, alct_anode_shower_token, anode_shower_token, cathode_shower_token, cd_token, cham_token, cl_token, co_token, gem_token, pr_token, prdigi_token, muonDTDigis_cfi::pset, put_token_, sd_token, shower_token, useCSCShowers_, useGEMs_, usePreTriggers_, and wd_token.

81  : packer_(std::make_unique<CSCDigiToRaw>(pset)) {
82  usePreTriggers_ = pset.getParameter<bool>("usePreTriggers"); // disable checking CLCT PreTriggers digis
83 
84  useGEMs_ = pset.getParameter<bool>("useGEMs");
85  useCSCShowers_ = pset.getParameter<bool>("useCSCShowers");
86  wd_token = consumes<CSCWireDigiCollection>(pset.getParameter<edm::InputTag>("wireDigiTag"));
87  sd_token = consumes<CSCStripDigiCollection>(pset.getParameter<edm::InputTag>("stripDigiTag"));
88  cd_token = consumes<CSCComparatorDigiCollection>(pset.getParameter<edm::InputTag>("comparatorDigiTag"));
89  if (usePreTriggers_) {
90  pr_token = consumes<CSCCLCTPreTriggerCollection>(pset.getParameter<edm::InputTag>("preTriggerTag"));
91  prdigi_token = consumes<CSCCLCTPreTriggerDigiCollection>(pset.getParameter<edm::InputTag>("preTriggerDigiTag"));
92  }
93  al_token = consumes<CSCALCTDigiCollection>(pset.getParameter<edm::InputTag>("alctDigiTag"));
94  cl_token = consumes<CSCCLCTDigiCollection>(pset.getParameter<edm::InputTag>("clctDigiTag"));
95  co_token = consumes<CSCCorrelatedLCTDigiCollection>(pset.getParameter<edm::InputTag>("correlatedLCTDigiTag"));
96  cham_token = esConsumes<CSCChamberMap, CSCChamberMapRcd>();
97  if (useGEMs_) {
98  gem_token = consumes<GEMPadDigiClusterCollection>(pset.getParameter<edm::InputTag>("padDigiClusterTag"));
99  }
100  if (useCSCShowers_) {
101  shower_token = consumes<CSCShowerDigiCollection>(pset.getParameter<edm::InputTag>("showerDigiTag"));
102  anode_shower_token = consumes<CSCShowerDigiCollection>(pset.getParameter<edm::InputTag>("anodeShowerDigiTag"));
103  cathode_shower_token = consumes<CSCShowerDigiCollection>(pset.getParameter<edm::InputTag>("cathodeShowerDigiTag"));
105  consumes<CSCShowerDigiCollection>(pset.getParameter<edm::InputTag>("anodeALCTShowerDigiTag"));
106  }
107  put_token_ = produces<FEDRawDataCollection>("CSCRawData");
108 }
edm::EDGetTokenT< CSCShowerDigiCollection > alct_anode_shower_token
edm::EDGetTokenT< CSCCLCTPreTriggerCollection > pr_token
edm::EDGetTokenT< CSCShowerDigiCollection > anode_shower_token
edm::EDGetTokenT< CSCCLCTPreTriggerDigiCollection > prdigi_token
edm::EDPutTokenT< FEDRawDataCollection > put_token_
edm::EDGetTokenT< CSCCorrelatedLCTDigiCollection > co_token
edm::EDGetTokenT< CSCComparatorDigiCollection > cd_token
edm::EDGetTokenT< CSCWireDigiCollection > wd_token
edm::EDGetTokenT< CSCCLCTDigiCollection > cl_token
edm::EDGetTokenT< GEMPadDigiClusterCollection > gem_token
Run3 GEM GE11 trigger objects collection.
edm::ESGetToken< CSCChamberMap, CSCChamberMapRcd > cham_token
edm::EDGetTokenT< CSCShowerDigiCollection > shower_token
Run3 CSC Shower objects collections.
edm::EDGetTokenT< CSCShowerDigiCollection > cathode_shower_token
edm::EDGetTokenT< CSCALCTDigiCollection > al_token
std::unique_ptr< const CSCDigiToRaw > packer_
edm::EDGetTokenT< CSCStripDigiCollection > sd_token

Member Function Documentation

◆ fillDescriptions()

void CSCDigiToRawModule::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Run3 GEM and CSCShower objects packing

"MuonGEMPadDigiCluster" in data

"MuonCSCShowerDigi" in data

"MuonCSCShowerDigiAnode" in data

"MuonCSCShowerDigiCathode" in

"MuonCSCShowerDigiAnodeALCT" in data

Definition at line 110 of file CSCDigiToRawModule.cc.

References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and ProducerED_cfi::InputTag.

110  {
112 
113  desc.add<unsigned int>("formatVersion", 2005)
114  ->setComment(
115  "Set to 2005 for pre-LS1 CSC data format, 2013 - post-LS1 Run2 CSC data format, 2020 - Run3 CSC data "
116  "format");
117  desc.add<bool>("usePreTriggers", true)->setComment("Set to false if CSCCLCTPreTrigger digis are not available");
118  desc.add<bool>("packEverything", false)
119  ->setComment("Set to true to disable trigger-related constraints on readout data");
120  desc.add<bool>("packByCFEB", false)->setComment("Pack strip digis using CFEB info");
122  desc.add<bool>("useGEMs", false)->setComment("Pack Run3 GEM trigger data");
123  desc.add<bool>("useCSCShowers", false)->setComment("Pack Run3 CSC shower trigger data");
124 
125  desc.add<edm::InputTag>("wireDigiTag", edm::InputTag("simMuonCSCDigis", "MuonCSCWireDigi"));
126  desc.add<edm::InputTag>("stripDigiTag", edm::InputTag("simMuonCSCDigis", "MuonCSCStripDigi"));
127  desc.add<edm::InputTag>("comparatorDigiTag", edm::InputTag("simMuonCSCDigis", "MuonCSCComparatorDigi"));
128  desc.add<edm::InputTag>("alctDigiTag", edm::InputTag("simCscTriggerPrimitiveDigis"));
129  desc.add<edm::InputTag>("clctDigiTag", edm::InputTag("simCscTriggerPrimitiveDigis"));
130  desc.add<edm::InputTag>("preTriggerTag", edm::InputTag("simCscTriggerPrimitiveDigis"));
131  desc.add<edm::InputTag>("preTriggerDigiTag", edm::InputTag("simCscTriggerPrimitiveDigis"));
132  desc.add<edm::InputTag>("correlatedLCTDigiTag", edm::InputTag("simCscTriggerPrimitiveDigis", "MPCSORTED"));
133  desc.add<edm::InputTag>("padDigiClusterTag",
134  edm::InputTag("simMuonGEMPadDigiClusters"));
135  desc.add<edm::InputTag>("showerDigiTag",
136  edm::InputTag("simCscTriggerPrimitiveDigis"));
137  desc.add<edm::InputTag>("anodeShowerDigiTag",
138  edm::InputTag("simCscTriggerPrimitiveDigis"));
139  desc.add<edm::InputTag>("cathodeShowerDigiTag",
140  edm::InputTag("simCscTriggerPrimitiveDigis"));
141  desc.add<edm::InputTag>("anodeALCTShowerDigiTag",
142  edm::InputTag("simCscTriggerPrimitiveDigis"));
143 
144  desc.add<int32_t>("alctWindowMin", -3)->setComment("If min parameter = -999 always accept");
145  desc.add<int32_t>("alctWindowMax", 3);
146  desc.add<int32_t>("clctWindowMin", -3)->setComment("If min parameter = -999 always accept");
147  desc.add<int32_t>("clctWindowMax", 3);
148  desc.add<int32_t>("preTriggerWindowMin", -3)->setComment("If min parameter = -999 always accept");
149  desc.add<int32_t>("preTriggerWindowMax", 1);
150 
151  descriptions.add("cscPackerDef", desc);
152 }
void add(std::string const &label, ParameterSetDescription const &psetDescription)

◆ produce()

void CSCDigiToRawModule::produce ( edm::StreamID  ,
edm::Event e,
const edm::EventSetup c 
) const
overridevirtual

reverse mapping for packer

Implements edm::global::EDProducerBase.

Definition at line 154 of file CSCDigiToRawModule.cc.

References al_token, alct_anode_shower_token, anode_shower_token, HltBtagPostValidation_cff::c, cathode_shower_token, cd_token, cham_token, cl_token, co_token, MillePedeFileConverter_cfg::e, gem_token, eostools::move(), packer_, pr_token, prdigi_token, edm::ESHandle< T >::product(), put_token_, sd_token, shower_token, useCSCShowers_, useGEMs_, usePreTriggers_, and wd_token.

154  {
156  edm::ESHandle<CSCChamberMap> hcham = c.getHandle(cham_token);
157  const CSCChamberMap* theMapping = hcham.product();
158 
159  FEDRawDataCollection fed_buffers;
160 
161  // Take digis from the event
168 
169  // collections that are always packed
170  e.getByToken(wd_token, wireDigis);
171  e.getByToken(sd_token, stripDigis);
172  e.getByToken(cd_token, comparatorDigis);
173  e.getByToken(al_token, alctDigis);
174  e.getByToken(cl_token, clctDigis);
175  e.getByToken(co_token, correlatedLCTDigis);
176 
177  // packing with pre-triggers
178  CSCCLCTPreTriggerCollection const* preTriggersPtr = nullptr;
179  CSCCLCTPreTriggerDigiCollection const* preTriggerDigisPtr = nullptr;
180  if (usePreTriggers_) {
181  preTriggersPtr = &e.get(pr_token);
182  preTriggerDigisPtr = &e.get(prdigi_token);
183  }
184 
185  // collections that are packed optionally
186 
187  // packing of Run3 GEM GE11 hits
188  const GEMPadDigiClusterCollection* padDigiClustersPtr = nullptr;
189  if (useGEMs_) {
190  padDigiClustersPtr = &e.get(gem_token);
191  }
192 
193  // packing of Run3 CSC shower digis
194  const CSCShowerDigiCollection* cscShowerDigisPtr = nullptr;
195  const CSCShowerDigiCollection* cscAnodeShowerDigisPtr = nullptr;
196  const CSCShowerDigiCollection* cscCathodeShowerDigisPtr = nullptr;
197  const CSCShowerDigiCollection* cscALCTAnodeShowerDigisPtr = nullptr;
198  if (useCSCShowers_) {
199  cscShowerDigisPtr = &e.get(shower_token);
200  cscAnodeShowerDigisPtr = &e.get(anode_shower_token);
201  cscCathodeShowerDigisPtr = &e.get(cathode_shower_token);
202  cscALCTAnodeShowerDigisPtr = &e.get(alct_anode_shower_token);
203  }
204 
205  // Create the packed data
206  packer_->createFedBuffers(*stripDigis,
207  *wireDigis,
208  *comparatorDigis,
209  *alctDigis,
210  *clctDigis,
211  preTriggersPtr,
212  preTriggerDigisPtr,
213  *correlatedLCTDigis,
214  cscShowerDigisPtr,
215  cscAnodeShowerDigisPtr,
216  cscCathodeShowerDigisPtr,
217  cscALCTAnodeShowerDigisPtr,
218  padDigiClustersPtr,
219  fed_buffers,
220  theMapping,
221  e.id());
222 
223  // put the raw data to the event
224  e.emplace(put_token_, std::move(fed_buffers));
225 }
edm::EDGetTokenT< CSCShowerDigiCollection > alct_anode_shower_token
edm::EDGetTokenT< CSCCLCTPreTriggerCollection > pr_token
edm::EDGetTokenT< CSCShowerDigiCollection > anode_shower_token
edm::EDGetTokenT< CSCCLCTPreTriggerDigiCollection > prdigi_token
edm::EDPutTokenT< FEDRawDataCollection > put_token_
edm::EDGetTokenT< CSCCorrelatedLCTDigiCollection > co_token
edm::EDGetTokenT< CSCComparatorDigiCollection > cd_token
edm::EDGetTokenT< CSCWireDigiCollection > wd_token
T const * product() const
Definition: ESHandle.h:86
edm::EDGetTokenT< CSCCLCTDigiCollection > cl_token
edm::EDGetTokenT< GEMPadDigiClusterCollection > gem_token
Run3 GEM GE11 trigger objects collection.
edm::ESGetToken< CSCChamberMap, CSCChamberMapRcd > cham_token
edm::EDGetTokenT< CSCShowerDigiCollection > shower_token
Run3 CSC Shower objects collections.
edm::EDGetTokenT< CSCShowerDigiCollection > cathode_shower_token
edm::EDGetTokenT< CSCALCTDigiCollection > al_token
std::unique_ptr< const CSCDigiToRaw > packer_
edm::EDGetTokenT< CSCStripDigiCollection > sd_token
def move(src, dest)
Definition: eostools.py:511
A container for a generic type of digis indexed by some index, implemented with a map<IndexType...

Member Data Documentation

◆ al_token

edm::EDGetTokenT<CSCALCTDigiCollection> CSCDigiToRawModule::al_token
private

Definition at line 63 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

◆ alct_anode_shower_token

edm::EDGetTokenT<CSCShowerDigiCollection> CSCDigiToRawModule::alct_anode_shower_token
private

Definition at line 74 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

◆ anode_shower_token

edm::EDGetTokenT<CSCShowerDigiCollection> CSCDigiToRawModule::anode_shower_token
private

Definition at line 72 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

◆ cathode_shower_token

edm::EDGetTokenT<CSCShowerDigiCollection> CSCDigiToRawModule::cathode_shower_token
private

Definition at line 73 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

◆ cd_token

edm::EDGetTokenT<CSCComparatorDigiCollection> CSCDigiToRawModule::cd_token
private

Definition at line 62 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

◆ cham_token

edm::ESGetToken<CSCChamberMap, CSCChamberMapRcd> CSCDigiToRawModule::cham_token
private

Definition at line 68 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

◆ cl_token

edm::EDGetTokenT<CSCCLCTDigiCollection> CSCDigiToRawModule::cl_token
private

Definition at line 64 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

◆ co_token

edm::EDGetTokenT<CSCCorrelatedLCTDigiCollection> CSCDigiToRawModule::co_token
private

Definition at line 67 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

◆ gem_token

edm::EDGetTokenT<GEMPadDigiClusterCollection> CSCDigiToRawModule::gem_token
private

Run3 GEM GE11 trigger objects collection.

Definition at line 76 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

◆ packer_

std::unique_ptr<const CSCDigiToRaw> CSCDigiToRawModule::packer_
private

Definition at line 58 of file CSCDigiToRawModule.cc.

Referenced by produce().

◆ pr_token

edm::EDGetTokenT<CSCCLCTPreTriggerCollection> CSCDigiToRawModule::pr_token
private

Definition at line 65 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

◆ prdigi_token

edm::EDGetTokenT<CSCCLCTPreTriggerDigiCollection> CSCDigiToRawModule::prdigi_token
private

Definition at line 66 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

◆ put_token_

edm::EDPutTokenT<FEDRawDataCollection> CSCDigiToRawModule::put_token_
private

Definition at line 78 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

◆ sd_token

edm::EDGetTokenT<CSCStripDigiCollection> CSCDigiToRawModule::sd_token
private

Definition at line 61 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

◆ shower_token

edm::EDGetTokenT<CSCShowerDigiCollection> CSCDigiToRawModule::shower_token
private

Run3 CSC Shower objects collections.

Definition at line 71 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

◆ useCSCShowers_

bool CSCDigiToRawModule::useCSCShowers_
private

Definition at line 56 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

◆ useGEMs_

bool CSCDigiToRawModule::useGEMs_
private

Definition at line 55 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

◆ usePreTriggers_

bool CSCDigiToRawModule::usePreTriggers_
private

Definition at line 54 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

◆ wd_token

edm::EDGetTokenT<CSCWireDigiCollection> CSCDigiToRawModule::wd_token
private

Definition at line 60 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().