CMS 3D CMS Logo

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

#include <PhysDecl.h>

Inheritance diagram for PhysDecl:
edm::EDFilter edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 PhysDecl (const edm::ParameterSet &)
 
 ~PhysDecl ()
 
- Public Member Functions inherited from edm::EDFilter
 EDFilter ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDFilter ()
 
- 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 ()
 
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, std::unordered_multimap< std::string, edm::ProductResolverIndex > const &iIndicies, std::string const &moduleLabel)
 
virtual ~ProducerBase () noexcept(false)
 
- 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
 
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
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Member Functions

virtual bool filter (edm::Event &, const edm::EventSetup &) override
 

Private Attributes

bool applyfilter
 
bool debugOn
 
edm::EDGetTokenT< L1GlobalTriggerReadoutRecordgtDigis_
 
std::vector< std::string > hlNames_
 
edm::EDGetTokenT< edm::TriggerResultshlTriggerResults_
 
bool init_
 

Additional Inherited Members

- Public Types inherited from edm::EDFilter
typedef EDFilter 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::EDFilter
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 
- 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

Definition at line 35 of file PhysDecl.h.

Constructor & Destructor Documentation

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

Definition at line 33 of file PhysDecl.cc.

References scrapingFilter_cfi::applyfilter, scrapingFilter_cfi::debugOn, edm::ParameterSet::getParameter(), and edm::ParameterSet::getUntrackedParameter().

34 {
35  applyfilter = iConfig.getUntrackedParameter<bool>("applyfilter",true);
36  debugOn = iConfig.getUntrackedParameter<bool>("debugOn",false);
37  hlTriggerResults_ = consumes<TriggerResults>(iConfig.getParameter<edm::InputTag> ("HLTriggerResults"));
38  gtDigis_ = consumes<L1GlobalTriggerReadoutRecord>(iConfig.getUntrackedParameter<edm::InputTag> ("gtDigis",edm::InputTag("gtDigis")));
39  init_ = false;
40 }
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
edm::EDGetTokenT< L1GlobalTriggerReadoutRecord > gtDigis_
Definition: PhysDecl.h:48
bool applyfilter
Definition: PhysDecl.h:43
bool init_
Definition: PhysDecl.h:45
bool debugOn
Definition: PhysDecl.h:44
edm::EDGetTokenT< edm::TriggerResults > hlTriggerResults_
Definition: PhysDecl.h:47
PhysDecl::~PhysDecl ( )

Definition at line 42 of file PhysDecl.cc.

43 {
44 }

Member Function Documentation

bool PhysDecl::filter ( edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivatevirtual

Definition at line 46 of file PhysDecl.cc.

References edm::HLTGlobalStatus::accept(), scrapingFilter_cfi::applyfilter, edm::EventBase::bunchCrossing(), gather_cfg::cout, scrapingFilter_cfi::debugOn, DEFINE_FWK_MODULE, edm::EventID::event(), edm::Event::getByToken(), L1GlobalTriggerReadoutRecord::gtFdlWord(), mps_fire::i, edm::EventBase::id(), edm::HandleBase::isValid(), edm::EventBase::luminosityBlock(), gen::n, L1GtFdlWord::physicsDeclared(), edm::Handle< T >::product(), edm::EventID::run(), edm::TriggerNames::triggerNames(), and edm::Event::triggerNames().

Referenced by Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::filter(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::find(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::setDataAccessor(), and Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::switchCenterView().

47 {
48 
49  bool accepted = false;
50 
51  int ievt = iEvent.id().event();
52  int irun = iEvent.id().run();
53  int ils = iEvent.luminosityBlock();
54  int bx = iEvent.bunchCrossing();
55 
56 
57  //hlt info
59  iEvent.getByToken(hlTriggerResults_,HLTR);
60 
61  if(HLTR.isValid())
62  {
63  if (!init_) {
64  init_=true;
65  const edm::TriggerNames & triggerNames = iEvent.triggerNames(*HLTR);
66  hlNames_=triggerNames.triggerNames();
67  }
68  if(debugOn)
69  {
70  std::cout << "HLT_debug: Run " << irun << " Ev " << ievt << " LB " << ils << " BX " << bx << " Acc: " ;
71  const unsigned int n(hlNames_.size());
72  for (unsigned int i=0; i!=n; ++i)
73  {
74  if (HLTR->accept(i))
75  {
76  std::cout << hlNames_[i] << ",";
77  }
78  }
79  std::cout << std::endl;
80  }
81 
82  }
83 
84  // trigger info
85 
87  iEvent.getByToken(gtDigis_, gtrr_handle);
88  L1GlobalTriggerReadoutRecord const* gtrr = gtrr_handle.product();
89 
90  L1GtFdlWord fdlWord = gtrr->gtFdlWord();
91  // std::cout << "phys decl. bit=" << fdlWord.physicsDeclared() << std::endl;
92  if (fdlWord.physicsDeclared() ==1) accepted=true;
93 
94 
95  if (debugOn) {
96 
97  std::cout << "PhysDecl_debug: Run " << irun << " Event " << ievt << " Lumi Block " << ils << " Bunch Crossing " << bx << " Accepted " << accepted << std::endl;
98  }
99 
100  if (applyfilter)
101  return accepted;
102  else
103  return true;
104 
105 }
RunNumber_t run() const
Definition: EventID.h:39
EventNumber_t event() const
Definition: EventID.h:41
edm::EDGetTokenT< L1GlobalTriggerReadoutRecord > gtDigis_
Definition: PhysDecl.h:48
std::vector< std::string > hlNames_
Definition: PhysDecl.h:46
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:460
bool applyfilter
Definition: PhysDecl.h:43
bool accept() const
Has at least one path accepted the event?
int bunchCrossing() const
Definition: EventBase.h:66
edm::LuminosityBlockNumber_t luminosityBlock() const
Definition: EventBase.h:63
Strings const & triggerNames() const
Definition: TriggerNames.cc:24
bool init_
Definition: PhysDecl.h:45
bool debugOn
Definition: PhysDecl.h:44
bool isValid() const
Definition: HandleBase.h:74
T const * product() const
Definition: Handle.h:81
const L1GtFdlWord gtFdlWord(int bxInEventValue) const
get / set FDL word (record) in the GT readout record
const cms_uint16_t physicsDeclared() const
get/set "physics declared" bit
Definition: L1GtFdlWord.h:227
edm::EventID id() const
Definition: EventBase.h:60
edm::EDGetTokenT< edm::TriggerResults > hlTriggerResults_
Definition: PhysDecl.h:47
virtual edm::TriggerNames const & triggerNames(edm::TriggerResults const &triggerResults) const override
Definition: Event.cc:239

Member Data Documentation

bool PhysDecl::applyfilter
private

Definition at line 43 of file PhysDecl.h.

bool PhysDecl::debugOn
private

Definition at line 44 of file PhysDecl.h.

edm::EDGetTokenT<L1GlobalTriggerReadoutRecord> PhysDecl::gtDigis_
private

Definition at line 48 of file PhysDecl.h.

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

Definition at line 46 of file PhysDecl.h.

edm::EDGetTokenT<edm::TriggerResults> PhysDecl::hlTriggerResults_
private

Definition at line 47 of file PhysDecl.h.

bool PhysDecl::init_
private

Definition at line 45 of file PhysDecl.h.