CMS 3D CMS Logo

List of all members | Public Member Functions
TritonOneEDAnalyzer< Capabilities > Class Template Reference

#include <TritonOneEDAnalyzer.h>

Inheritance diagram for TritonOneEDAnalyzer< Capabilities >:
SonicOneEDAnalyzer< TritonClient, Capabilities... > edm::one::EDAnalyzer< Capabilities... > edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

 TritonOneEDAnalyzer (edm::ParameterSet const &cfg, const std::string &debugName)
 
- Public Member Functions inherited from SonicOneEDAnalyzer< TritonClient, Capabilities... >
virtual void acquire (edm::Event const &iEvent, edm::EventSetup const &iSetup, Input &iInput)=0
 
void analyze (edm::Event const &iEvent, edm::EventSetup const &iSetup) final
 
virtual void analyze (edm::Event const &iEvent, edm::EventSetup const &iSetup, Output const &iOutput)=0
 
void beginJob () override
 
 SonicOneEDAnalyzer (edm::ParameterSet const &cfg, const std::string &debugName, bool verbose=true)
 
 ~SonicOneEDAnalyzer () override=default
 
- Public Member Functions inherited from edm::one::EDAnalyzer< Capabilities... >
 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 &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > 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
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, 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::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Additional Inherited Members

- Public Types inherited from SonicOneEDAnalyzer< TritonClient, Capabilities... >
typedef TritonClient ::Input Input
 
typedef TritonClient ::Output Output
 
- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- 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 SonicOneEDAnalyzer< TritonClient, Capabilities... >
void makeClient ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
- Protected Attributes inherited from SonicOneEDAnalyzer< TritonClient, Capabilities... >
std::unique_ptr< TritonClientclient_
 
edm::ParameterSet clientPset_
 
std::string debugName_
 
bool verbose_
 

Detailed Description

template<typename... Capabilities>
class TritonOneEDAnalyzer< Capabilities >

Definition at line 13 of file TritonOneEDAnalyzer.h.

Constructor & Destructor Documentation

◆ TritonOneEDAnalyzer()

template<typename... Capabilities>
TritonOneEDAnalyzer< Capabilities >::TritonOneEDAnalyzer ( edm::ParameterSet const &  cfg,
const std::string &  debugName 
)
inline

Definition at line 15 of file TritonOneEDAnalyzer.h.

16  : SonicOneEDAnalyzer<TritonClient, Capabilities...>(
17  cfg, debugName, cfg.getParameterSet("Client").getUntrackedParameter<bool>("verbose")) {
19  const auto& clientPset = cfg.getParameterSet("Client");
20  ts->addModel(clientPset.getParameter<std::string>("modelName"),
21  clientPset.getParameter<edm::FileInPath>("modelConfigPath").fullPath());
22  }

References TritonService::addModel(), looper::cfg, edm::FileInPath::fullPath(), and AlCaHLTBitMon_QueryRunRegistry::string.

edm::FileInPath
Definition: FileInPath.h:61
SonicOneEDAnalyzer
Definition: SonicOneEDAnalyzer.h:18
TritonService::addModel
void addModel(const std::string &modelName, const std::string &path)
Definition: TritonService.cc:141
edm::Service
Definition: Service.h:30
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
looper.cfg
cfg
Definition: looper.py:296
TritonClient
Definition: TritonClient.h:19
edm::FileInPath::fullPath
std::string fullPath() const
Definition: FileInPath.cc:161