Class Reference for E1039 Core & Analysis Software
FlagSavev1 Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/framework/ffaobjects/FlagSavev1.h>

+ Inheritance diagram for FlagSavev1:
+ Collaboration diagram for FlagSavev1:

Public Member Functions

 FlagSavev1 ()
 ctor More...
 
virtual ~FlagSavev1 ()
 dtor More...
 
FlagSavev1clone () const
 Virtual copy constructor. More...
 
void Reset ()
 Clear Event. More...
 
int isValid () const
 isValid returns non zero if object contains valid data More...
 
void identify (std::ostream &os=std::cout) const
 
int FillFromPHFlag (const PHFlag *flags)
 
int PutFlagsBack (PHFlag *flags)
 
- Public Member Functions inherited from FlagSave
virtual ~FlagSave ()
 dtor More...
 
- Public Member Functions inherited from PHObject
 PHObject ()
 ctor More...
 
virtual ~PHObject ()
 dtor More...
 
virtual int isValid (const float) const
 
virtual int isValid (const double) const
 
virtual int isValid (const int) const
 
virtual int isValid (const unsigned int) const
 
virtual int isImplemented (const float f) const
 
virtual int isImplemented (const double f) const
 
virtual int isImplemented (const int i) const
 
virtual int isImplemented (const unsigned int i) const
 
void SplitLevel (const int i)
 
int SplitLevel () const
 
void BufferSize (const int i)
 
int BufferSize () const
 

Protected Member Functions

int FillIntFromPHFlag (const PHFlag *flags)
 
int FillDoubleFromPHFlag (const PHFlag *flags)
 
int FillFloatFromPHFlag (const PHFlag *flags)
 
int FillCharFromPHFlag (const PHFlag *flags)
 
int PutIntToPHFlag (PHFlag *flags)
 
int PutDoubleToPHFlag (PHFlag *flags)
 
int PutFloatToPHFlag (PHFlag *flags)
 
int PutCharToPHFlag (PHFlag *flags)
 
void PrintIntFlag (std::ostream &os) const
 
void PrintDoubleFlag (std::ostream &os) const
 
void PrintFloatFlag (std::ostream &os) const
 
void PrintStringFlag (std::ostream &os) const
 

Protected Attributes

std::map< std::string, int > intflag
 
std::map< std::string, double > doubleflag
 
std::map< std::string, float > floatflag
 
std::map< std::string, std::string > stringflag
 

Detailed Description

Definition at line 12 of file FlagSavev1.h.

Constructor & Destructor Documentation

◆ FlagSavev1()

FlagSavev1::FlagSavev1 ( )
inline

ctor

Definition at line 17 of file FlagSavev1.h.

◆ ~FlagSavev1()

virtual FlagSavev1::~FlagSavev1 ( )
inlinevirtual

dtor

Definition at line 19 of file FlagSavev1.h.

Member Function Documentation

◆ clone()

FlagSavev1 * FlagSavev1::clone ( ) const
virtual

Virtual copy constructor.

Reimplemented from PHObject.

Definition at line 7 of file FlagSavev1.cc.

References doubleflag, floatflag, intflag, and stringflag.

◆ FillCharFromPHFlag()

int FlagSavev1::FillCharFromPHFlag ( const PHFlag flags)
protected

Definition at line 101 of file FlagSavev1.cc.

References PHFlag::CharMap().

+ Here is the call graph for this function:

◆ FillDoubleFromPHFlag()

int FlagSavev1::FillDoubleFromPHFlag ( const PHFlag flags)
protected

Definition at line 77 of file FlagSavev1.cc.

References PHFlag::DoubleMap().

+ Here is the call graph for this function:

◆ FillFloatFromPHFlag()

int FlagSavev1::FillFloatFromPHFlag ( const PHFlag flags)
protected

Definition at line 89 of file FlagSavev1.cc.

References PHFlag::FloatMap().

+ Here is the call graph for this function:

◆ FillFromPHFlag()

int FlagSavev1::FillFromPHFlag ( const PHFlag flags)
virtual

Reimplemented from FlagSave.

Definition at line 44 of file FlagSavev1.cc.

◆ FillIntFromPHFlag()

int FlagSavev1::FillIntFromPHFlag ( const PHFlag flags)
protected

Definition at line 65 of file FlagSavev1.cc.

References PHFlag::IntMap().

+ Here is the call graph for this function:

◆ identify()

void FlagSavev1::identify ( std::ostream &  os = std::cout) const
virtual

identify Function from PHObject

Parameters
osOutput Stream

Reimplemented from FlagSave.

Definition at line 33 of file FlagSavev1.cc.

◆ isValid()

int FlagSavev1::isValid ( ) const
virtual

isValid returns non zero if object contains valid data

Reimplemented from FlagSave.

Definition at line 20 of file FlagSavev1.cc.

◆ PrintDoubleFlag()

void FlagSavev1::PrintDoubleFlag ( std::ostream &  os) const
protected

Definition at line 174 of file FlagSavev1.cc.

◆ PrintFloatFlag()

void FlagSavev1::PrintFloatFlag ( std::ostream &  os) const
protected

Definition at line 190 of file FlagSavev1.cc.

◆ PrintIntFlag()

void FlagSavev1::PrintIntFlag ( std::ostream &  os) const
protected

Definition at line 158 of file FlagSavev1.cc.

◆ PrintStringFlag()

void FlagSavev1::PrintStringFlag ( std::ostream &  os) const
protected

Definition at line 206 of file FlagSavev1.cc.

◆ PutCharToPHFlag()

int FlagSavev1::PutCharToPHFlag ( PHFlag flags)
protected

Definition at line 147 of file FlagSavev1.cc.

References PHFlag::set_CharFlag().

+ Here is the call graph for this function:

◆ PutDoubleToPHFlag()

int FlagSavev1::PutDoubleToPHFlag ( PHFlag flags)
protected

Definition at line 125 of file FlagSavev1.cc.

References PHFlag::set_DoubleFlag().

+ Here is the call graph for this function:

◆ PutFlagsBack()

int FlagSavev1::PutFlagsBack ( PHFlag flags)
virtual

Reimplemented from FlagSave.

Definition at line 54 of file FlagSavev1.cc.

◆ PutFloatToPHFlag()

int FlagSavev1::PutFloatToPHFlag ( PHFlag flags)
protected

Definition at line 136 of file FlagSavev1.cc.

References PHFlag::set_FloatFlag().

+ Here is the call graph for this function:

◆ PutIntToPHFlag()

int FlagSavev1::PutIntToPHFlag ( PHFlag flags)
protected

Definition at line 114 of file FlagSavev1.cc.

References PHFlag::set_IntFlag().

+ Here is the call graph for this function:

◆ Reset()

void FlagSavev1::Reset ( )
inlinevirtual

Clear Event.

Reimplemented from FlagSave.

Definition at line 24 of file FlagSavev1.h.

Member Data Documentation

◆ doubleflag

std::map<std::string, double> FlagSavev1::doubleflag
protected

Definition at line 52 of file FlagSavev1.h.

Referenced by clone().

◆ floatflag

std::map<std::string, float> FlagSavev1::floatflag
protected

Definition at line 53 of file FlagSavev1.h.

Referenced by clone().

◆ intflag

std::map<std::string, int> FlagSavev1::intflag
protected

Definition at line 51 of file FlagSavev1.h.

Referenced by clone().

◆ stringflag

std::map<std::string, std::string> FlagSavev1::stringflag
protected

Definition at line 54 of file FlagSavev1.h.

Referenced by clone().


The documentation for this class was generated from the following files: