CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
GenericMVAComputerCache::IndividualComputer Struct Reference

Public Member Functions

 IndividualComputer ()
 
 IndividualComputer (const IndividualComputer &orig)
 
 ~IndividualComputer ()
 

Public Attributes

PhysicsTools::Calibration::MVAComputer::CacheId cacheId
 
std::unique_ptr< GenericMVAComputercomputer
 
std::string label
 

Detailed Description

Definition at line 24 of file GenericMVAComputerCache.h.

Constructor & Destructor Documentation

◆ IndividualComputer() [1/2]

GenericMVAComputerCache::IndividualComputer::IndividualComputer ( )
inline

Definition at line 12 of file GenericMVAComputerCache.cc.

12 {}

◆ IndividualComputer() [2/2]

GenericMVAComputerCache::IndividualComputer::IndividualComputer ( const IndividualComputer orig)
inline

Definition at line 14 of file GenericMVAComputerCache.cc.

◆ ~IndividualComputer()

GenericMVAComputerCache::IndividualComputer::~IndividualComputer ( )
inline

Definition at line 17 of file GenericMVAComputerCache.cc.

17 {}

Member Data Documentation

◆ cacheId

PhysicsTools::Calibration::MVAComputer::CacheId GenericMVAComputerCache::IndividualComputer::cacheId

Definition at line 31 of file GenericMVAComputerCache.h.

◆ computer

std::unique_ptr<GenericMVAComputer> GenericMVAComputerCache::IndividualComputer::computer

Definition at line 30 of file GenericMVAComputerCache.h.

◆ label

std::string GenericMVAComputerCache::IndividualComputer::label

Definition at line 29 of file GenericMVAComputerCache.h.