#include <DTTFFEDReader.h>
Public Member Functions | |
DTTFFEDReader (const edm::ParameterSet &pset) | |
Constructor. More... | |
bool | fillRawData (edm::Event &e, L1MuDTChambPhContainer::Phi_Container &phi_data, L1MuDTChambThContainer::The_Container &the_data, L1MuDTTrackContainer::TrackContainer &tra_data) |
Generate and fill FED raw data for a full event. More... | |
void | produce (edm::Event &e, const edm::EventSetup &c) |
Produce digis out of raw data. More... | |
virtual | ~DTTFFEDReader () |
Destructor. More... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
Public Member Functions inherited from edm::stream::EDProducerBase | |
EDProducerBase () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducerBase () |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
void | analyse (edm::Event &e) |
int | bxNr (int channel) |
void | calcCRC (int myD1, int myD2, int &myC) |
int | channel (int wheel, int sector, int bx) |
void | clear () |
edm::InputTag | getDTTFInputTag () |
const L1MuDTTrackContainer::TrackContainer & | k_data () |
void | match () |
const L1MuDTChambPhContainer::Phi_Container & | p_data () |
void | process (edm::Event &e) |
int | sector (int channel) |
const L1MuDTChambThContainer::The_Container & | t_data () |
int | wheel (int channel) |
Private Attributes | |
edm::InputTag | DTTFInputTag |
L1MuDTTrackContainer::TrackContainer | dtTracks |
unsigned int | efTrack [3][12][6][2] |
unsigned int | etTrack [3][12][6][2] |
L1MuDTChambPhContainer::Phi_Container | phiSegments |
edm::EDGetTokenT < FEDRawDataCollection > | Raw_token |
L1MuDTChambThContainer::The_Container | theSegments |
bool | verbose_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T...> | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T...> | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT < LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Types inherited from edm::stream::EDProducerBase | |
typedef EDProducerAdaptorBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
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) |
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 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) |
L1 DT Track Finder Raw-to-Digi
J. Troconiz UAM Madrid E. Delmeire UAM Madrid
Definition at line 32 of file DTTFFEDReader.h.
DTTFFEDReader::DTTFFEDReader | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 25 of file DTTFFEDReader.cc.
|
virtual |
Destructor.
Definition at line 39 of file DTTFFEDReader.cc.
|
private |
Definition at line 80 of file DTTFFEDReader.cc.
|
private |
Definition at line 487 of file DTTFFEDReader.cc.
|
private |
Definition at line 524 of file DTTFFEDReader.cc.
|
private |
Definition at line 467 of file DTTFFEDReader.cc.
|
private |
Definition at line 448 of file DTTFFEDReader.cc.
Referenced by Vispa.Views.WidgetView.WidgetView::closeEvent(), Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), and Vispa.Views.WidgetView.WidgetView::setDataObjects().
bool DTTFFEDReader::fillRawData | ( | edm::Event & | e, |
L1MuDTChambPhContainer::Phi_Container & | phi_data, | ||
L1MuDTChambThContainer::The_Container & | the_data, | ||
L1MuDTTrackContainer::TrackContainer & | tra_data | ||
) |
Generate and fill FED raw data for a full event.
Definition at line 63 of file DTTFFEDReader.cc.
|
inlineprivate |
|
private |
Definition at line 444 of file DTTFFEDReader.cc.
|
private |
Definition at line 417 of file DTTFFEDReader.cc.
|
private |
Definition at line 436 of file DTTFFEDReader.cc.
|
private |
Definition at line 88 of file DTTFFEDReader.cc.
|
virtual |
Produce digis out of raw data.
Implements edm::stream::EDProducerBase.
Definition at line 41 of file DTTFFEDReader.cc.
Referenced by JSONExport.JsonExport::export().
|
private |
Definition at line 500 of file DTTFFEDReader.cc.
|
private |
Definition at line 440 of file DTTFFEDReader.cc.
|
private |
Definition at line 511 of file DTTFFEDReader.cc.
|
private |
Definition at line 53 of file DTTFFEDReader.h.
Referenced by getDTTFInputTag().
|
private |
Definition at line 83 of file DTTFFEDReader.h.
|
private |
Definition at line 87 of file DTTFFEDReader.h.
|
private |
Definition at line 85 of file DTTFFEDReader.h.
|
private |
Definition at line 79 of file DTTFFEDReader.h.
|
private |
Definition at line 102 of file DTTFFEDReader.h.
|
private |
Definition at line 81 of file DTTFFEDReader.h.
|
private |
Definition at line 55 of file DTTFFEDReader.h.