CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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)
 
 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 (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

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

Private Attributes

bool applyfilter
 
bool debugOn
 
edm::EDGetTokenT
< L1GlobalTriggerReadoutRecord
gtDigis_
 
std::vector< std::string > hlNames_
 
edm::EDGetTokenT
< edm::TriggerResults
hlTriggerResults_
 
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 bsc_activity_cfg::applyfilter, GOODCOLL_filter_cfg::debugOn, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), and HLT_FULL_cff::InputTag.

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

Implements edm::EDFilter.

Definition at line 46 of file PhysDecl.cc.

References bsc_activity_cfg::applyfilter, edm::EventBase::bunchCrossing(), gather_cfg::cout, GOODCOLL_filter_cfg::debugOn, edm::EventID::event(), edm::Event::getByToken(), L1GlobalTriggerReadoutRecord::gtFdlWord(), 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
int i
Definition: DBlmapReader.cc:9
virtual edm::TriggerNames const & triggerNames(edm::TriggerResults const &triggerResults) const
Definition: Event.cc:215
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:462
bool applyfilter
Definition: PhysDecl.h:43
int bunchCrossing() const
Definition: EventBase.h:65
edm::LuminosityBlockNumber_t luminosityBlock() const
Definition: EventBase.h:62
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:75
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 &quot;physics declared&quot; bit
Definition: L1GtFdlWord.h:227
edm::EventID id() const
Definition: EventBase.h:59
tuple cout
Definition: gather_cfg.py:145
edm::EDGetTokenT< edm::TriggerResults > hlTriggerResults_
Definition: PhysDecl.h:47

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.