CMS 3D CMS Logo

Public Member Functions | Private Attributes

PhysicsTools::SourceVariable Class Reference

#include <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.

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

Definition at line 19 of file SourceVariable.h.

{}

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().

{ return source; }

Member Data Documentation

Definition at line 24 of file SourceVariable.h.

Referenced by getSource().