CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Static Public Member Functions | Private Attributes
HLTLevel1Activity Class Reference
Inheritance diagram for HLTLevel1Activity:
edm::stream::EDFilter<> edm::stream::EDFilterBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

virtual bool filter (edm::Event &, edm::EventSetup const &) overridefinal
 
 HLTLevel1Activity (const edm::ParameterSet &)
 
 ~HLTLevel1Activity ()
 
- Public Member Functions inherited from edm::stream::EDFilter<>
 EDFilter ()=default
 
- Public Member Functions inherited from edm::stream::EDFilterBase
 EDFilterBase ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDFilterBase ()
 
- 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< ConsumesInfoconsumesInfo () 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 (const std::string &iProcessName, std::vector< const char * > &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 ()
 

Static Public Member Functions

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

Private Attributes

std::vector< int > m_bunchCrossings
 
unsigned int m_daqPartitions
 
edm::InputTag m_gtReadoutRecordTag
 
edm::EDGetTokenT
< L1GlobalTriggerReadoutRecord
m_gtReadoutRecordToken
 
bool m_ignoreL1Mask
 
bool m_invert
 
std::vector< bool > m_maskedPhysics
 
std::vector< bool > m_maskedTechnical
 
std::vector< bool > m_selectPhysics
 
std::vector< bool > m_selectTechnical
 
edm::ESWatcher
< L1GtTriggerMaskAlgoTrigRcd
m_watchPhysicsMask
 
edm::ESWatcher
< L1GtTriggerMaskTechTrigRcd
m_watchTechnicalMask
 

Additional Inherited Members

- Public Types inherited from edm::stream::EDFilter<>
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::EDFilterBase
typedef EDFilterAdaptorBase ModuleType
 
- Public Types inherited from edm::ProducerBase
typedef
ProductRegistryHelper::TypeLabelList 
TypeLabelList
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- 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)
 

Detailed Description

This class is an EDFilter that checks if there was any L1 activity It can be configured to

Author
Andrea Bocci

Definition at line 39 of file HLTLevel1Activity.cc.

Constructor & Destructor Documentation

HLTLevel1Activity::HLTLevel1Activity ( const edm::ParameterSet config)
explicit

Definition at line 70 of file HLTLevel1Activity.cc.

References edm::ParameterSet::getParameter(), i, m_maskedPhysics, m_maskedTechnical, m_selectPhysics, and m_selectTechnical.

70  :
71  m_gtReadoutRecordTag( config.getParameter<edm::InputTag> ("L1GtReadoutRecordTag") ),
72  m_gtReadoutRecordToken(consumes<L1GlobalTriggerReadoutRecord>(m_gtReadoutRecordTag)),
73  m_bunchCrossings( config.getParameter<std::vector<int>> ("bunchCrossings") ),
78  m_daqPartitions( config.getParameter<unsigned int> ("daqPartitions") ),
79  m_ignoreL1Mask( config.getParameter<bool> ("ignoreL1Mask") ),
80  m_invert( config.getParameter<bool> ("invert") )
81 {
82  unsigned long long low = config.getParameter<unsigned long long>("physicsLoBits");
83  unsigned long long high = config.getParameter<unsigned long long>("physicsHiBits");
84  unsigned long long tech = config.getParameter<unsigned long long>("technicalBits");
85  for (unsigned int i = 0; i < 64; i++) {
86  m_selectPhysics[i] = low & (0x01ULL << (unsigned long long) i);
87  m_maskedPhysics[i] = low & (0x01ULL << (unsigned long long) i);
88  }
89  for (unsigned int i = 0; i < 64; i++) {
90  m_selectPhysics[i+64] = high & (0x01ULL << (unsigned long long) i);
91  m_maskedPhysics[i+64] = high & (0x01ULL << (unsigned long long) i);
92  }
93  for (unsigned int i = 0; i < 64; i++) {
94  m_selectTechnical[i] = tech & (0x01ULL << (unsigned long long) i);
95  m_maskedTechnical[i] = tech & (0x01ULL << (unsigned long long) i);
96  }
97 }
T getParameter(std::string const &) const
int i
Definition: DBlmapReader.cc:9
unsigned int m_daqPartitions
std::vector< bool > m_selectTechnical
#define TECHNICAL_BITS_SIZE
std::vector< bool > m_selectPhysics
edm::InputTag m_gtReadoutRecordTag
std::vector< bool > m_maskedPhysics
edm::EDGetTokenT< L1GlobalTriggerReadoutRecord > m_gtReadoutRecordToken
#define PHYSICS_BITS_SIZE
std::vector< int > m_bunchCrossings
std::vector< bool > m_maskedTechnical
HLTLevel1Activity::~HLTLevel1Activity ( )

Definition at line 99 of file HLTLevel1Activity.cc.

100 {
101 }

Member Function Documentation

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

Definition at line 104 of file HLTLevel1Activity.cc.

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

104  {
106  desc.add<edm::InputTag>("L1GtReadoutRecordTag", edm::InputTag("hltGtDigis"));
107  desc.add<std::vector<int>>("bunchCrossings", {0, -1, 1});
108  desc.add<unsigned int>("daqPartitions", 1);
109  desc.add<bool>("ignoreL1Mask", false);
110  desc.add<bool>("invert", false);
111  desc.add<unsigned long long int>("physicsLoBits", 0x0000000000000001LL); // bit 0
112  desc.add<unsigned long long int>("physicsHiBits", 0x0000000000040000LL); // bit 64 + 18 = 82
113  desc.add<unsigned long long int>("technicalBits", 0x0000000000000001LL); // bit 0
114  descriptions.add("hltLevel1Activity", desc);
115 }
ParameterDescriptionBase * add(U const &iLabel, T const &value)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
bool HLTLevel1Activity::filter ( edm::Event event,
edm::EventSetup const &  setup 
)
finaloverridevirtual

Implements edm::stream::EDFilterBase.

Definition at line 123 of file HLTLevel1Activity.cc.

References edm::ESWatcher< T >::check(), edm::EventSetup::get(), i, m_bunchCrossings, m_daqPartitions, m_gtReadoutRecordToken, m_ignoreL1Mask, m_invert, m_maskedPhysics, m_maskedTechnical, m_selectPhysics, m_selectTechnical, m_watchPhysicsMask, m_watchTechnicalMask, EcalCondDBWriter_cfi::physics, PHYSICS_BITS_SIZE, and TECHNICAL_BITS_SIZE.

124 {
125  // apply L1 mask to the physics bits
126  // - mask & partition == part. --> fully masked
127  // - mask & partition == 0x00 --> fully unmasked
128  // - mask & partition != part. --> unmasked in some partitions, consider as unmasked
131  setup.get<L1GtTriggerMaskAlgoTrigRcd>().get(h_mask);
132  const std::vector<unsigned int> & mask = h_mask->gtTriggerMask();
133  for (unsigned int i = 0; i < PHYSICS_BITS_SIZE; ++i)
134  m_maskedPhysics[i] = m_selectPhysics[i] and ((mask[i] & m_daqPartitions) != m_daqPartitions);
135  }
136 
137  // apply L1 mask to the technical bits
138  // - mask & partition == part. --> fully masked
139  // - mask & partition == 0x00 --> fully unmasked
140  // - mask & partition != part. --> unmasked in some partitions, consider as unmasked
143  setup.get<L1GtTriggerMaskTechTrigRcd>().get(h_mask);
144  const std::vector<unsigned int> & mask = h_mask->gtTriggerMask();
145  for (unsigned int i = 0; i < TECHNICAL_BITS_SIZE; ++i)
146  m_maskedTechnical[i] = m_selectTechnical[i] and ((mask[i] & m_daqPartitions) != m_daqPartitions);
147  }
148 
149  // access the L1 decisions
151  event.getByToken(m_gtReadoutRecordToken, h_gtReadoutRecord);
152 
153  // compare the results with the requested bits, and return true as soon as the first match is found
154  for (int bx : m_bunchCrossings) {
155  const std::vector<bool> & physics = h_gtReadoutRecord->decisionWord(bx);
156  if (physics.size() != PHYSICS_BITS_SIZE)
157  // error in L1 results
158  return m_invert;
159  for (unsigned int i = 0; i < PHYSICS_BITS_SIZE; ++i)
160  if (m_maskedPhysics[i] and physics[i])
161  return not m_invert;
162  const std::vector<bool> & technical = h_gtReadoutRecord->technicalTriggerWord(bx);
163  if (technical.size() != TECHNICAL_BITS_SIZE)
164  // error in L1 results
165  return m_invert;
166  for (unsigned int i = 0; i < TECHNICAL_BITS_SIZE; ++i)
167  if (m_maskedTechnical[i] and technical[i])
168  return not m_invert;
169  }
170 
171  return m_invert;
172 }
int i
Definition: DBlmapReader.cc:9
unsigned int m_daqPartitions
edm::ESWatcher< L1GtTriggerMaskAlgoTrigRcd > m_watchPhysicsMask
std::vector< bool > m_selectTechnical
#define TECHNICAL_BITS_SIZE
std::vector< bool > m_selectPhysics
std::vector< bool > m_maskedPhysics
edm::EDGetTokenT< L1GlobalTriggerReadoutRecord > m_gtReadoutRecordToken
#define PHYSICS_BITS_SIZE
bool check(const edm::EventSetup &iSetup)
Definition: ESWatcher.h:57
std::vector< int > m_bunchCrossings
edm::ESWatcher< L1GtTriggerMaskTechTrigRcd > m_watchTechnicalMask
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")
std::vector< bool > m_maskedTechnical

Member Data Documentation

std::vector<int> HLTLevel1Activity::m_bunchCrossings
private

Definition at line 49 of file HLTLevel1Activity.cc.

Referenced by filter().

unsigned int HLTLevel1Activity::m_daqPartitions
private

Definition at line 54 of file HLTLevel1Activity.cc.

Referenced by filter().

edm::InputTag HLTLevel1Activity::m_gtReadoutRecordTag
private

Definition at line 47 of file HLTLevel1Activity.cc.

edm::EDGetTokenT<L1GlobalTriggerReadoutRecord> HLTLevel1Activity::m_gtReadoutRecordToken
private

Definition at line 48 of file HLTLevel1Activity.cc.

Referenced by filter().

bool HLTLevel1Activity::m_ignoreL1Mask
private

Definition at line 55 of file HLTLevel1Activity.cc.

Referenced by filter().

bool HLTLevel1Activity::m_invert
private

Definition at line 56 of file HLTLevel1Activity.cc.

Referenced by filter().

std::vector<bool> HLTLevel1Activity::m_maskedPhysics
private

Definition at line 52 of file HLTLevel1Activity.cc.

Referenced by filter(), and HLTLevel1Activity().

std::vector<bool> HLTLevel1Activity::m_maskedTechnical
private

Definition at line 53 of file HLTLevel1Activity.cc.

Referenced by filter(), and HLTLevel1Activity().

std::vector<bool> HLTLevel1Activity::m_selectPhysics
private

Definition at line 50 of file HLTLevel1Activity.cc.

Referenced by filter(), and HLTLevel1Activity().

std::vector<bool> HLTLevel1Activity::m_selectTechnical
private

Definition at line 51 of file HLTLevel1Activity.cc.

Referenced by filter(), and HLTLevel1Activity().

edm::ESWatcher<L1GtTriggerMaskAlgoTrigRcd> HLTLevel1Activity::m_watchPhysicsMask
private

Definition at line 58 of file HLTLevel1Activity.cc.

Referenced by filter().

edm::ESWatcher<L1GtTriggerMaskTechTrigRcd> HLTLevel1Activity::m_watchTechnicalMask
private

Definition at line 59 of file HLTLevel1Activity.cc.

Referenced by filter().