CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
CandidateBoostedDoubleSecondaryVertexComputer::Tokens Struct Reference

#include <CandidateBoostedDoubleSecondaryVertexComputer.h>

Public Member Functions

 Tokens (const edm::ParameterSet &parameters, edm::ESConsumesCollector &&cc)
 

Public Attributes

edm::ESGetToken< GBRForest, GBRWrapperRcdgbrForest_
 

Detailed Description

Definition at line 12 of file CandidateBoostedDoubleSecondaryVertexComputer.h.

Constructor & Destructor Documentation

◆ Tokens()

CandidateBoostedDoubleSecondaryVertexComputer::Tokens::Tokens ( const edm::ParameterSet parameters,
edm::ESConsumesCollector &&  cc 
)

Definition at line 9 of file CandidateBoostedDoubleSecondaryVertexComputer.cc.

10  {
11  if (parameters.getParameter<bool>("useCondDB")) {
12  cc.setConsumes(gbrForest_,
13  edm::ESInputTag{"",
14  parameters.existsAs<std::string>("gbrForestLabel")
15  ? parameters.getParameter<std::string>("gbrForestLabel")
16  : ""});
17  }
18 }

References gbrForest_, and AlCaHLTBitMon_QueryRunRegistry::string.

Member Data Documentation

◆ gbrForest_

edm::ESGetToken<GBRForest, GBRWrapperRcd> CandidateBoostedDoubleSecondaryVertexComputer::Tokens::gbrForest_
edm::ESInputTag
Definition: ESInputTag.h:87
CandidateBoostedDoubleSecondaryVertexComputer::Tokens::gbrForest_
edm::ESGetToken< GBRForest, GBRWrapperRcd > gbrForest_
Definition: CandidateBoostedDoubleSecondaryVertexComputer.h:14
parameters
parameters
Definition: BeamSpot_PayloadInspector.cc:14
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
cc