CMS 3D CMS Logo

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

#include <HLTInclusiveVBFClient.h>

Inheritance diagram for HLTInclusiveVBFClient:
edm::one::EDAnalyzer< edm::one::SharedResources, edm::one::WatchLuminosityBlocks > edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Types

typedef dqm::legacy::DQMStore DQMStore
 
typedef dqm::legacy::MonitorElement MonitorElement
 
- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 

Public Member Functions

void analyze (const edm::Event &, const edm::EventSetup &) override
 
void beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) override
 
void endLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c) override
 
 HLTInclusiveVBFClient (const edm::ParameterSet &)
 
virtual void runClient_ ()
 
 ~HLTInclusiveVBFClient () override
 
- Public Member Functions inherited from edm::one::EDAnalyzer< edm::one::SharedResources, edm::one::WatchLuminosityBlocks >
 EDAnalyzer ()=default
 
 EDAnalyzer (const EDAnalyzer &)=delete
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
const EDAnalyzeroperator= (const EDAnalyzer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const 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
 
bool wantsStreamRuns () const
 
 ~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 Attributes

edm::ParameterSet conf_
 
DQMStoredbe_
 
bool debug_
 
std::string dirName_
 
std::string hltTag_
 
std::string processname_
 
bool verbose_
 

Additional Inherited Members

- 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 36 of file HLTInclusiveVBFClient.h.

Member Typedef Documentation

◆ DQMStore

Definition at line 39 of file HLTInclusiveVBFClient.h.

◆ MonitorElement

Definition at line 38 of file HLTInclusiveVBFClient.h.

Constructor & Destructor Documentation

◆ HLTInclusiveVBFClient()

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

Definition at line 10 of file HLTInclusiveVBFClient.cc.

References gather_cfg::cout, dbe_, debug_, dirName_, edm::ParameterSet::getParameter(), hltTag_, Utilities::operator, processname_, dqm::implementation::DQMStore::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, and verbose_.

10  : conf_(iConfig) {
11  //
13 
14  //
15  if (!dbe_) {
16  edm::LogError("HLTInclusiveVBFClient")
17  << "unable to get DQMStore service, upshot is no client histograms will be made";
18  }
19 
20  //
21  debug_ = false;
22  verbose_ = false;
23 
24  //
25  processname_ = iConfig.getParameter<std::string>("processname");
26 
27  //
28  hltTag_ = iConfig.getParameter<std::string>("hltTag");
29  if (debug_)
30  std::cout << hltTag_ << std::endl;
31 
32  //
33  dirName_ = iConfig.getParameter<std::string>("DQMDirName");
34  if (dbe_)
36 }
T getParameter(std::string const &) const
Definition: ParameterSet.h:307
void setCurrentFolder(std::string const &fullpath) override
Definition: DQMStore.h:647
Log< level::Error, false > LogError

◆ ~HLTInclusiveVBFClient()

HLTInclusiveVBFClient::~HLTInclusiveVBFClient ( )
overridedefault

Member Function Documentation

◆ analyze()

void HLTInclusiveVBFClient::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
overridevirtual

Implements edm::one::EDAnalyzerBase.

Definition at line 40 of file HLTInclusiveVBFClient.cc.

40 {}

◆ beginLuminosityBlock()

void HLTInclusiveVBFClient::beginLuminosityBlock ( edm::LuminosityBlock const &  ,
edm::EventSetup const &   
)
inlineoverride

Definition at line 58 of file HLTInclusiveVBFClient.h.

58 {}

◆ endLuminosityBlock()

void HLTInclusiveVBFClient::endLuminosityBlock ( const edm::LuminosityBlock lumiSeg,
const edm::EventSetup c 
)
override

Definition at line 42 of file HLTInclusiveVBFClient.cc.

References runClient_().

42  {
43  runClient_();
44 }

◆ runClient_()

void HLTInclusiveVBFClient::runClient_ ( )
virtual

Definition at line 46 of file HLTInclusiveVBFClient.cc.

References gather_cfg::cout, dbe_, debug_, dirName_, LogDebug, and dqm::implementation::DQMStore::setCurrentFolder().

Referenced by endLuminosityBlock().

46  {
47  if (!dbe_)
48  return; //we dont have the DQMStore so we cant do anything
50 
51  LogDebug("HLTInclusiveVBFClient") << "runClient" << std::endl;
52  if (debug_)
53  std::cout << "runClient" << std::endl;
54 }
void setCurrentFolder(std::string const &fullpath) override
Definition: DQMStore.h:647
#define LogDebug(id)

Member Data Documentation

◆ conf_

edm::ParameterSet HLTInclusiveVBFClient::conf_
private

Definition at line 44 of file HLTInclusiveVBFClient.h.

◆ dbe_

DQMStore* HLTInclusiveVBFClient::dbe_
private

Definition at line 42 of file HLTInclusiveVBFClient.h.

Referenced by HLTInclusiveVBFClient(), and runClient_().

◆ debug_

bool HLTInclusiveVBFClient::debug_
private

Definition at line 46 of file HLTInclusiveVBFClient.h.

Referenced by HLTInclusiveVBFClient(), and runClient_().

◆ dirName_

std::string HLTInclusiveVBFClient::dirName_
private

Definition at line 49 of file HLTInclusiveVBFClient.h.

Referenced by HLTInclusiveVBFClient(), and runClient_().

◆ hltTag_

std::string HLTInclusiveVBFClient::hltTag_
private

Definition at line 50 of file HLTInclusiveVBFClient.h.

Referenced by HLTInclusiveVBFClient().

◆ processname_

std::string HLTInclusiveVBFClient::processname_
private

Definition at line 51 of file HLTInclusiveVBFClient.h.

Referenced by HLTInclusiveVBFClient().

◆ verbose_

bool HLTInclusiveVBFClient::verbose_
private

Definition at line 47 of file HLTInclusiveVBFClient.h.

Referenced by HLTInclusiveVBFClient().