CMS 3D CMS Logo

PhysicsTools::SourceVariable Class Reference

#include <PhysicsTools/MVATrainer/interface/SourceVariable.h>

Inheritance diagram for PhysicsTools::SourceVariable:

PhysicsTools::Variable

List of all members.

Public Member Functions

SourcegetSource () const
 SourceVariable (Source *source, AtomicId name, Variable::Flags flags)
 ~SourceVariable ()

Private Attributes

Sourcesource


Detailed Description

Definition at line 14 of file SourceVariable.h.


Constructor & Destructor Documentation

PhysicsTools::SourceVariable::SourceVariable ( Source source,
AtomicId  name,
Variable::Flags  flags 
) [inline]

Definition at line 16 of file SourceVariable.h.

00017                                             :
00018                 Variable(name, flags), source(source) {}
        ~SourceVariable() {}

PhysicsTools::SourceVariable::~SourceVariable (  )  [inline]

Definition at line 19 of file SourceVariable.h.

00019 {}


Member Function Documentation

Source* PhysicsTools::SourceVariable::getSource (  )  const [inline]

Definition at line 21 of file SourceVariable.h.

References source.

Referenced by PhysicsTools::SourceVariableSet::append(), and PhysicsTools::TrainProcessor::doTrainBegin().

00021 { return source; }


Member Data Documentation

Source* PhysicsTools::SourceVariable::source [private]

Definition at line 24 of file SourceVariable.h.

Referenced by getSource().


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:50:14 2009 for CMSSW by  doxygen 1.5.4