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 &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > 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
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, 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::ESRecordsToProxyIndices 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< CSCComparatorDigiCollectioncd_token
 
edm::ESGetToken< CSCChamberMap, CSCChamberMapRcdcham_token
 
edm::EDGetTokenT< CSCCLCTDigiCollectioncl_token
 
edm::EDGetTokenT< CSCCorrelatedLCTDigiCollectionco_token
 
edm::EDGetTokenT< GEMPadDigiClusterCollectiongem_token
 
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
 
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
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<class ProductType >
BranchAliasSetterT< ProductType > produces ()
 declare what type of product will make and with which optional label More...
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces ()
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces ()
 
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)
 
template<Transition B>
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 (std::string instanceName)
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
ProducesCollector producesCollector ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
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 ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 

Detailed Description

Definition at line 42 of file CSCDigiToRawModule.cc.

Constructor & Destructor Documentation

◆ CSCDigiToRawModule()

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

Constructor.

Definition at line 75 of file CSCDigiToRawModule.cc.

75  : packer_(std::make_unique<CSCDigiToRaw>(pset)) {
76  usePreTriggers_ = pset.getParameter<bool>("usePreTriggers"); // disable checking CLCT PreTriggers digis
77 
78  useGEMs_ = pset.getParameter<bool>("useGEMs");
79  useCSCShowers_ = pset.getParameter<bool>("useCSCShowers");
80  wd_token = consumes<CSCWireDigiCollection>(pset.getParameter<edm::InputTag>("wireDigiTag"));
81  sd_token = consumes<CSCStripDigiCollection>(pset.getParameter<edm::InputTag>("stripDigiTag"));
82  cd_token = consumes<CSCComparatorDigiCollection>(pset.getParameter<edm::InputTag>("comparatorDigiTag"));
83  if (usePreTriggers_) {
84  pr_token = consumes<CSCCLCTPreTriggerCollection>(pset.getParameter<edm::InputTag>("preTriggerTag"));
85  prdigi_token = consumes<CSCCLCTPreTriggerDigiCollection>(pset.getParameter<edm::InputTag>("preTriggerDigiTag"));
86  }
87  al_token = consumes<CSCALCTDigiCollection>(pset.getParameter<edm::InputTag>("alctDigiTag"));
88  cl_token = consumes<CSCCLCTDigiCollection>(pset.getParameter<edm::InputTag>("clctDigiTag"));
89  co_token = consumes<CSCCorrelatedLCTDigiCollection>(pset.getParameter<edm::InputTag>("correlatedLCTDigiTag"));
90  cham_token = esConsumes<CSCChamberMap, CSCChamberMapRcd>();
91  if (useGEMs_) {
92  gem_token = consumes<GEMPadDigiClusterCollection>(pset.getParameter<edm::InputTag>("padDigiClusterTag"));
93  }
94  if (useCSCShowers_) {
95  shower_token = consumes<CSCShowerDigiCollection>(pset.getParameter<edm::InputTag>("showerDigiTag"));
96  }
97  put_token_ = produces<FEDRawDataCollection>("CSCRawData");
98 }

References al_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.

Member Function Documentation

◆ fillDescriptions()

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

Definition at line 100 of file CSCDigiToRawModule.cc.

100  {
102 
103  desc.add<unsigned int>("formatVersion", 2005)
104  ->setComment("Set to 2005 for pre-LS1 CSC data format, 2013 - new post-LS1 CSC data format");
105  desc.add<bool>("usePreTriggers", true)->setComment("Set to false if CSCCLCTPreTrigger digis are not available");
106  desc.add<bool>("packEverything", false)
107  ->setComment("Set to true to disable trigger-related constraints on readout data");
108  desc.add<bool>("useGEMs", false)->setComment("Pack GEM trigger data");
109  desc.add<bool>("useCSCShowers", false)->setComment("Pack CSC shower trigger data");
110 
111  desc.add<edm::InputTag>("wireDigiTag", edm::InputTag("simMuonCSCDigis", "MuonCSCWireDigi"));
112  desc.add<edm::InputTag>("stripDigiTag", edm::InputTag("simMuonCSCDigis", "MuonCSCStripDigi"));
113  desc.add<edm::InputTag>("comparatorDigiTag", edm::InputTag("simMuonCSCDigis", "MuonCSCComparatorDigi"));
114  desc.add<edm::InputTag>("alctDigiTag", edm::InputTag("simCscTriggerPrimitiveDigis"));
115  desc.add<edm::InputTag>("clctDigiTag", edm::InputTag("simCscTriggerPrimitiveDigis"));
116  desc.add<edm::InputTag>("preTriggerTag", edm::InputTag("simCscTriggerPrimitiveDigis"));
117  desc.add<edm::InputTag>("preTriggerDigiTag", edm::InputTag("simCscTriggerPrimitiveDigis"));
118  desc.add<edm::InputTag>("correlatedLCTDigiTag", edm::InputTag("simCscTriggerPrimitiveDigis", "MPCSORTED"));
119  desc.add<edm::InputTag>("padDigiClusterTag", edm::InputTag("simMuonGEMPadDigiClusters"));
120  desc.add<edm::InputTag>("showerDigiTag", edm::InputTag("simCscTriggerPrimitiveDigis"));
121 
122  desc.add<int32_t>("alctWindowMin", -3)->setComment("If min parameter = -999 always accept");
123  desc.add<int32_t>("alctWindowMax", 3);
124  desc.add<int32_t>("clctWindowMin", -3)->setComment("If min parameter = -999 always accept");
125  desc.add<int32_t>("clctWindowMax", 3);
126  desc.add<int32_t>("preTriggerWindowMin", -3)->setComment("If min parameter = -999 always accept");
127  desc.add<int32_t>("preTriggerWindowMax", 1);
128 
129  descriptions.add("cscPackerDef", desc);
130 }

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

◆ 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 132 of file CSCDigiToRawModule.cc.

132  {
134  edm::ESHandle<CSCChamberMap> hcham = c.getHandle(cham_token);
135  const CSCChamberMap* theMapping = hcham.product();
136 
137  FEDRawDataCollection fed_buffers;
138 
139  // Take digis from the event
146 
147  // collections that are always packed
148  e.getByToken(wd_token, wireDigis);
149  e.getByToken(sd_token, stripDigis);
150  e.getByToken(cd_token, comparatorDigis);
151  e.getByToken(al_token, alctDigis);
152  e.getByToken(cl_token, clctDigis);
153  e.getByToken(co_token, correlatedLCTDigis);
154 
155  // packing with pre-triggers
156  CSCCLCTPreTriggerCollection const* preTriggersPtr = nullptr;
157  CSCCLCTPreTriggerDigiCollection const* preTriggerDigisPtr = nullptr;
158  if (usePreTriggers_) {
159  preTriggersPtr = &e.get(pr_token);
160  preTriggerDigisPtr = &e.get(prdigi_token);
161  }
162 
163  // collections that are packed optionally
164 
165  // packing of GEM hits
166  const GEMPadDigiClusterCollection* padDigiClustersPtr = nullptr;
167  if (useGEMs_) {
168  padDigiClustersPtr = &e.get(gem_token);
169  }
170 
171  // packing of CSC shower digis
172  const CSCShowerDigiCollection* cscShowerDigisPtr = nullptr;
173  if (useCSCShowers_) {
174  cscShowerDigisPtr = &e.get(shower_token);
175  }
176 
177  // Create the packed data
178  packer_->createFedBuffers(*stripDigis,
179  *wireDigis,
180  *comparatorDigis,
181  *alctDigis,
182  *clctDigis,
183  preTriggersPtr,
184  preTriggerDigisPtr,
185  *correlatedLCTDigis,
186  cscShowerDigisPtr,
187  padDigiClustersPtr,
188  fed_buffers,
189  theMapping,
190  e.id());
191 
192  // put the raw data to the event
193  e.emplace(put_token_, std::move(fed_buffers));
194 }

References al_token, c, 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.

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().

◆ 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 69 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

Definition at line 70 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 72 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

Definition at line 68 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().

CSCCLCTPreTriggerCollection
edm::ESHandle::product
T const * product() const
Definition: ESHandle.h:86
CSCDigiToRawModule::usePreTriggers_
bool usePreTriggers_
Definition: CSCDigiToRawModule.cc:54
FEDRawDataCollection
Definition: FEDRawDataCollection.h:18
MuonDigiCollection
A container for a generic type of digis indexed by some index, implemented with a map<IndexType,...
Definition: MuonDigiCollection.h:87
HLT_FULL_cff.InputTag
InputTag
Definition: HLT_FULL_cff.py:89301
edm::ParameterSetDescription
Definition: ParameterSetDescription.h:52
CSCDigiToRawModule::sd_token
edm::EDGetTokenT< CSCStripDigiCollection > sd_token
Definition: CSCDigiToRawModule.cc:61
CSCDigiToRawModule::useCSCShowers_
bool useCSCShowers_
Definition: CSCDigiToRawModule.cc:56
CSCDigiToRawModule::prdigi_token
edm::EDGetTokenT< CSCCLCTPreTriggerDigiCollection > prdigi_token
Definition: CSCDigiToRawModule.cc:66
edm::Handle< CSCWireDigiCollection >
CSCDigiToRawModule::wd_token
edm::EDGetTokenT< CSCWireDigiCollection > wd_token
Definition: CSCDigiToRawModule.cc:60
CSCDigiToRawModule::al_token
edm::EDGetTokenT< CSCALCTDigiCollection > al_token
Definition: CSCDigiToRawModule.cc:63
edm::ConfigurationDescriptions::add
void add(std::string const &label, ParameterSetDescription const &psetDescription)
Definition: ConfigurationDescriptions.cc:57
CSCDigiToRawModule::co_token
edm::EDGetTokenT< CSCCorrelatedLCTDigiCollection > co_token
Definition: CSCDigiToRawModule.cc:67
edm::ESHandle
Definition: DTSurvey.h:22
CSCDigiToRawModule::useGEMs_
bool useGEMs_
Definition: CSCDigiToRawModule.cc:55
GEMPadDigiClusterCollection
CSCDigiToRawModule::gem_token
edm::EDGetTokenT< GEMPadDigiClusterCollection > gem_token
Definition: CSCDigiToRawModule.cc:70
CSCDigiToRawModule::cd_token
edm::EDGetTokenT< CSCComparatorDigiCollection > cd_token
Definition: CSCDigiToRawModule.cc:62
CSCDigiToRawModule::put_token_
edm::EDPutTokenT< FEDRawDataCollection > put_token_
Definition: CSCDigiToRawModule.cc:72
CSCDigiToRawModule::pr_token
edm::EDGetTokenT< CSCCLCTPreTriggerCollection > pr_token
Definition: CSCDigiToRawModule.cc:65
CSCChamberMap
Definition: CSCChamberMap.h:11
CSCDigiToRawModule::cham_token
edm::ESGetToken< CSCChamberMap, CSCChamberMapRcd > cham_token
Definition: CSCDigiToRawModule.cc:69
CSCDigiToRawModule::cl_token
edm::EDGetTokenT< CSCCLCTDigiCollection > cl_token
Definition: CSCDigiToRawModule.cc:64
CSCDigiToRawModule::shower_token
edm::EDGetTokenT< CSCShowerDigiCollection > shower_token
Definition: CSCDigiToRawModule.cc:68
submitPVResolutionJobs.desc
string desc
Definition: submitPVResolutionJobs.py:251
eostools.move
def move(src, dest)
Definition: eostools.py:511
CSCDigiToRawModule::packer_
std::unique_ptr< const CSCDigiToRaw > packer_
Definition: CSCDigiToRawModule.cc:58
c
auto & c
Definition: CAHitNtupletGeneratorKernelsImpl.h:56
edm::InputTag
Definition: InputTag.h:15
muonDTDigis_cfi.pset
pset
Definition: muonDTDigis_cfi.py:27
MillePedeFileConverter_cfg.e
e
Definition: MillePedeFileConverter_cfg.py:37