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 11 of file CandidateBoostedDoubleSecondaryVertexComputer.cc.

References gpuPixelDoublets::cc, gbrForest_, and AlCaHLTBitMon_QueryRunRegistry::string.

12  {
13  if (parameters.getParameter<bool>("useCondDB")) {
14  gbrForest_ = cc.consumes(edm::ESInputTag{"",
15  parameters.existsAs<std::string>("gbrForestLabel")
16  ? parameters.getParameter<std::string>("gbrForestLabel")
17  : ""});
18  }
19 }
uint32_t cc[maxCellsPerHit]
Definition: gpuFishbone.h:49

Member Data Documentation

◆ gbrForest_

edm::ESGetToken<GBRForest, GBRWrapperRcd> CandidateBoostedDoubleSecondaryVertexComputer::Tokens::gbrForest_