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
 
bool hasAbilityToProduceInBeginLumis () const final
 
bool hasAbilityToProduceInBeginRuns () const final
 
bool hasAbilityToProduceInEndLumis () const final
 
bool hasAbilityToProduceInEndRuns () const final
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () 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
 
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)
 
 ~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
 
ESProxyIndex const * esGetTokenIndices (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::vector< ModuleDescription const * > &modules, 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
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
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::EDGetTokenT< CSCCLCTDigiCollectioncl_token
 
edm::EDGetTokenT< CSCCorrelatedLCTDigiCollectionco_token
 
std::unique_ptr< const CSCDigiToRawpacker_
 
bool packEverything_
 
edm::EDGetTokenT< CSCCLCTPreTriggerCollectionpr_token
 
edm::EDPutTokenT< FEDRawDataCollectionput_token_
 
edm::EDGetTokenT< CSCStripDigiCollectionsd_token
 
unsigned int theFormatVersion
 
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
ProducesCollector producesCollector ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
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 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<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
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)
 

Detailed Description

Definition at line 38 of file CSCDigiToRawModule.cc.

Constructor & Destructor Documentation

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

Constructor.

Definition at line 67 of file CSCDigiToRawModule.cc.

References al_token, cd_token, cl_token, co_token, edm::ParameterSet::getParameter(), packEverything_, pr_token, put_token_, sd_token, theFormatVersion, usePreTriggers, and wd_token.

67  : packer_(std::make_unique<CSCDigiToRaw>(pset)) {
68  //theStrip = pset.getUntrackedParameter<string>("DigiCreator", "cscunpacker");
69 
70  theFormatVersion = pset.getParameter<unsigned int>("useFormatVersion"); // pre-LS1 - '2005'. post-LS1 - '2013'
71  usePreTriggers = pset.getParameter<bool>("usePreTriggers"); // disable checking CLCT PreTriggers digis
72  packEverything_ = pset.getParameter<bool>("packEverything"); // don't check for consistency with trig primitives
73  // overrides usePreTriggers
74 
75  wd_token = consumes<CSCWireDigiCollection>(pset.getParameter<edm::InputTag>("wireDigiTag"));
76  sd_token = consumes<CSCStripDigiCollection>(pset.getParameter<edm::InputTag>("stripDigiTag"));
77  cd_token = consumes<CSCComparatorDigiCollection>(pset.getParameter<edm::InputTag>("comparatorDigiTag"));
78  if (usePreTriggers) {
79  pr_token = consumes<CSCCLCTPreTriggerCollection>(pset.getParameter<edm::InputTag>("preTriggerTag"));
80  }
81  al_token = consumes<CSCALCTDigiCollection>(pset.getParameter<edm::InputTag>("alctDigiTag"));
82  cl_token = consumes<CSCCLCTDigiCollection>(pset.getParameter<edm::InputTag>("clctDigiTag"));
83  co_token = consumes<CSCCorrelatedLCTDigiCollection>(pset.getParameter<edm::InputTag>("correlatedLCTDigiTag"));
84 
85  put_token_ = produces<FEDRawDataCollection>("CSCRawData");
86 }
T getParameter(std::string const &) const
edm::EDGetTokenT< CSCCLCTPreTriggerCollection > pr_token
edm::EDPutTokenT< FEDRawDataCollection > put_token_
edm::EDGetTokenT< CSCCorrelatedLCTDigiCollection > co_token
edm::EDGetTokenT< CSCComparatorDigiCollection > cd_token
edm::EDGetTokenT< CSCWireDigiCollection > wd_token
unsigned int theFormatVersion
edm::EDGetTokenT< CSCCLCTDigiCollection > cl_token
edm::EDGetTokenT< CSCALCTDigiCollection > al_token
std::unique_ptr< const CSCDigiToRaw > packer_
edm::EDGetTokenT< CSCStripDigiCollection > sd_token

Member Function Documentation

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

Definition at line 88 of file CSCDigiToRawModule.cc.

References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), and HLT_2018_cff::InputTag.

88  {
89  /*** From python/cscPacker_cfi.py
90  wireDigiTag = cms.InputTag("simMuonCSCDigis","MuonCSCWireDigi"),
91  stripDigiTag = cms.InputTag("simMuonCSCDigis","MuonCSCStripDigi"),
92  comparatorDigiTag = cms.InputTag("simMuonCSCDigis","MuonCSCComparatorDigi"),
93  alctDigiTag = cms.InputTag("simCscTriggerPrimitiveDigis"),
94  clctDigiTag = cms.InputTag("simCscTriggerPrimitiveDigis"),
95  preTriggerTag = cms.InputTag("simCscTriggerPrimitiveDigis"),
96  correlatedLCTDigiTag = cms.InputTag("simCscTriggerPrimitiveDigis", "MPCSORTED"),
97  # if min parameter = -999 always accept
98  alctWindowMin = cms.int32(-3),
99  alctWindowMax = cms.int32(3),
100  clctWindowMin = cms.int32(-3),
101  clctWindowMax = cms.int32(3),
102  preTriggerWindowMin = cms.int32(-3),
103  preTriggerWindowMax = cms.int32(1)
104 */
105 
107 
108  desc.add<unsigned int>("useFormatVersion", 2005)
109  ->setComment("Set to 2005 for pre-LS1 CSC data format, 2013 - new post-LS1 CSC data format");
110  desc.add<bool>("usePreTriggers", true)->setComment("Set to false if CSCCLCTPreTrigger digis are not available");
111  desc.add<bool>("packEverything", false)
112  ->setComment("Set to true to disable trigger-related constraints on readout data");
113 
114  desc.add<edm::InputTag>("wireDigiTag", edm::InputTag("simMuonCSCDigis", "MuonCSCWireDigi"));
115  desc.add<edm::InputTag>("stripDigiTag", edm::InputTag("simMuonCSCDigis", "MuonCSCStripDigi"));
116  desc.add<edm::InputTag>("comparatorDigiTag", edm::InputTag("simMuonCSCDigis", "MuonCSCComparatorDigi"));
117  desc.add<edm::InputTag>("alctDigiTag", edm::InputTag("simCscTriggerPrimitiveDigis"));
118  desc.add<edm::InputTag>("clctDigiTag", edm::InputTag("simCscTriggerPrimitiveDigis"));
119  desc.add<edm::InputTag>("preTriggerTag", edm::InputTag("simCscTriggerPrimitiveDigis"));
120  desc.add<edm::InputTag>("correlatedLCTDigiTag", edm::InputTag("simCscTriggerPrimitiveDigis", "MPCSORTED"));
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("cscPacker", desc);
130 }
ParameterDescriptionBase * add(U const &iLabel, T const &value)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
void CSCDigiToRawModule::produce ( edm::StreamID  ,
edm::Event e,
const edm::EventSetup c 
) const
override

reverse mapping for packer

Definition at line 132 of file CSCDigiToRawModule.cc.

References al_token, cd_token, cl_token, co_token, DEFINE_FWK_MODULE, edm::Event::emplace(), edm::EventSetup::get(), edm::Event::getByToken(), eostools::move(), packer_, packEverything_, pr_token, edm::ESHandle< T >::product(), put_token_, sd_token, theFormatVersion, usePreTriggers, and wd_token.

Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().

132  {
135  c.get<CSCChamberMapRcd>().get(hcham);
136  const CSCChamberMap* theMapping = hcham.product();
137 
138  FEDRawDataCollection fed_buffers;
139 
140  // Take digis from the event
148 
149  e.getByToken(wd_token, wireDigis);
150  e.getByToken(sd_token, stripDigis);
151  e.getByToken(cd_token, comparatorDigis);
152  e.getByToken(al_token, alctDigis);
153  e.getByToken(cl_token, clctDigis);
154  if (usePreTriggers)
155  e.getByToken(pr_token, preTriggers);
156  e.getByToken(co_token, correlatedLCTDigis);
157 
158  // Create the packed data
159  packer_->createFedBuffers(*stripDigis,
160  *wireDigis,
161  *comparatorDigis,
162  *alctDigis,
163  *clctDigis,
164  *preTriggers,
165  *correlatedLCTDigis,
166  fed_buffers,
167  theMapping,
168  e,
172 
173  // put the raw data to the event
174  e.emplace(put_token_, std::move(fed_buffers));
175 }
edm::EDGetTokenT< CSCCLCTPreTriggerCollection > pr_token
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:525
edm::EDPutTokenT< FEDRawDataCollection > put_token_
edm::EDGetTokenT< CSCCorrelatedLCTDigiCollection > co_token
edm::EDGetTokenT< CSCComparatorDigiCollection > cd_token
edm::EDGetTokenT< CSCWireDigiCollection > wd_token
unsigned int theFormatVersion
edm::EDGetTokenT< CSCCLCTDigiCollection > cl_token
OrphanHandle< PROD > emplace(EDPutTokenT< PROD > token, Args &&...args)
puts a new product
Definition: Event.h:421
edm::EDGetTokenT< CSCALCTDigiCollection > al_token
std::unique_ptr< const CSCDigiToRaw > packer_
T get() const
Definition: EventSetup.h:73
edm::EDGetTokenT< CSCStripDigiCollection > sd_token
T const * product() const
Definition: ESHandle.h:86
def move(src, dest)
Definition: eostools.py:511

Member Data Documentation

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

Definition at line 59 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

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

Definition at line 58 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

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

Definition at line 60 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

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

Definition at line 62 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

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

Definition at line 54 of file CSCDigiToRawModule.cc.

Referenced by produce().

bool CSCDigiToRawModule::packEverything_
private

Definition at line 52 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

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

Definition at line 61 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

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

Definition at line 64 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

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

Definition at line 57 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

unsigned int CSCDigiToRawModule::theFormatVersion
private

Definition at line 50 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

bool CSCDigiToRawModule::usePreTriggers
private

Definition at line 51 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().

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

Definition at line 56 of file CSCDigiToRawModule.cc.

Referenced by CSCDigiToRawModule(), and produce().