CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
HLTInspect Class Reference

#include <HLTInspect.h>

Inheritance diagram for HLTInspect:
edm::one::EDAnalyzer<> edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

 HLTInspect (const edm::ParameterSet &)
 
 ~HLTInspect () override
 
- Public Member Functions inherited from edm::one::EDAnalyzer<>
 EDAnalyzer ()=default
 
 EDAnalyzer (const EDAnalyzer &)=delete
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
const EDAnalyzeroperator= (const EDAnalyzer &)=delete
 
bool wantsGlobalLuminosityBlocks () const noexcept final
 
bool wantsGlobalRuns () const noexcept final
 
bool wantsInputProcessBlocks () const noexcept final
 
bool wantsProcessBlocks () const noexcept final
 
- Public Member Functions inherited from edm::one::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const noexcept
 
bool wantsStreamRuns () const noexcept
 
 ~EDAnalyzerBase () 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)
 

Private Member Functions

void analyze (const edm::Event &e, const edm::EventSetup &c) override
 

Private Attributes

std::vector< std::string > hlNames_
 
edm::InputTag hlTriggerResults_
 
bool init_
 

Additional Inherited Members

- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::EDAnalyzerBase
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)
 
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 31 of file HLTInspect.h.

Constructor & Destructor Documentation

◆ HLTInspect()

HLTInspect::HLTInspect ( const edm::ParameterSet iConfig)
explicit

Definition at line 32 of file HLTInspect.cc.

References edm::ParameterSet::getParameter().

32  {
33  hlTriggerResults_ = iConfig.getParameter<edm::InputTag>("HLTriggerResults");
34  init_ = false;
35 }
T getParameter(std::string const &) const
Definition: ParameterSet.h:307
edm::InputTag hlTriggerResults_
Definition: HLTInspect.h:39
bool init_
Definition: HLTInspect.h:40

◆ ~HLTInspect()

HLTInspect::~HLTInspect ( )
override

Definition at line 37 of file HLTInspect.cc.

37 {}

Member Function Documentation

◆ analyze()

void HLTInspect::analyze ( const edm::Event e,
const edm::EventSetup c 
)
overrideprivatevirtual

Implements edm::one::EDAnalyzerBase.

Definition at line 38 of file HLTInspect.cc.

References edm::HLTGlobalStatus::accept(), nano_mu_digi_cff::bx, gather_cfg::cout, mps_fire::i, iEvent, edm::HandleBase::isValid(), dqmiodumpmetadata::n, and L1TEGammaOffline_cfi::triggerNames.

38  {
39  int ievt = iEvent.id().event();
40  int irun = iEvent.id().run();
41  int ils = iEvent.luminosityBlock();
42  int bx = iEvent.bunchCrossing();
43  //
44  // trigger type
45  //
46  int trigger_type = -1;
47  if (iEvent.isRealData())
48  trigger_type = iEvent.experimentType();
49 
50  //hlt info
52  iEvent.getByLabel(hlTriggerResults_, HLTR);
53 
54  if (HLTR.isValid() == false) {
55  std::cout << " HLTInspect Error - Could not access Results with name " << hlTriggerResults_ << std::endl;
56  }
57  if (HLTR.isValid()) {
58  if (!init_) {
59  init_ = true;
60  const edm::TriggerNames& triggerNames = iEvent.triggerNames(*HLTR);
61  hlNames_ = triggerNames.triggerNames();
62  }
63  std::cout << "HLTInspect: Run " << irun << " Ev " << ievt << " LB " << ils << " BX " << bx << " Type "
64  << trigger_type << " Acc: ";
65  const unsigned int n(hlNames_.size());
66  for (unsigned int i = 0; i != n; ++i) {
67  if (HLTR->accept(i)) {
68  std::cout << hlNames_[i] << ",";
69  }
70  }
71  std::cout << std::endl;
72  }
73 }
bool accept() const
Has at least one path accepted the event?
std::vector< std::string > hlNames_
Definition: HLTInspect.h:38
int iEvent
Definition: GenABIO.cc:224
bool isValid() const
Definition: HandleBase.h:70
edm::InputTag hlTriggerResults_
Definition: HLTInspect.h:39
bool init_
Definition: HLTInspect.h:40

Member Data Documentation

◆ hlNames_

std::vector<std::string> HLTInspect::hlNames_
private

Definition at line 38 of file HLTInspect.h.

◆ hlTriggerResults_

edm::InputTag HLTInspect::hlTriggerResults_
private

Definition at line 39 of file HLTInspect.h.

◆ init_

bool HLTInspect::init_
private

Definition at line 40 of file HLTInspect.h.