class RunHeaderv2: public RunHeader


Inheritance:


Public Methods

[more] RunHeaderv2()
ctor
[more]virtual ~RunHeaderv2()
dtor
[more]void Reset()
Clear Event
[more]void identify(ostream& os = cout) const
identify Function from PHObject
[more]int isValid() const
isValid returns non zero if object contains valid data
[more]int get_RunNumber() const
get Run Number
[more]void set_RunNumber(int run)
set Run Number
[more]time_t get_TimeStart() const
get Start Time of run (in unix ticks, use ctime to convert to date string)
[more]void set_TimeStart(time_t start)
set Start Time
[more]time_t get_TimeStop() const
get Time of End Run (in unix ticks)
[more]void set_TimeStop(time_t stop)
set Time of End Run
[more]int get_currentNorth() const
get Current in North Magnet
[more]void set_currentNorth(int icur)
set Current in North Magnet
[more]int get_currentSouth() const
get Current in South Magnet
[more]void set_currentSouth(int icur)
set Current in South Magnet
[more]int get_currentCentral() const
get Current in Central Magnet
[more]void set_currentCentral(int icur)
set Current in Central Magnet

Protected Fields

[more]int RunNumber
[more]time_t TimeStart
[more]time_t TimeStop
[more]int currentNorth
[more]int currentSouth
[more]int currentCentral


Inherited from RunHeader:

Public Methods

ovirtual double get_Bfield() const
ovirtual void set_Bfield(double rval)


Inherited from PHObject:


Documentation

o RunHeaderv2()
ctor

ovirtual ~RunHeaderv2()
dtor

ovoid Reset()
Clear Event

ovoid identify(ostream& os = cout) const
identify Function from PHObject
Parameters:
os - Output Stream

oint isValid() const
isValid returns non zero if object contains valid data

oint get_RunNumber() const
get Run Number

ovoid set_RunNumber(int run)
set Run Number

otime_t get_TimeStart() const
get Start Time of run (in unix ticks, use ctime to convert to date string)

ovoid set_TimeStart(time_t start)
set Start Time

otime_t get_TimeStop() const
get Time of End Run (in unix ticks)

ovoid set_TimeStop(time_t stop)
set Time of End Run

oint get_currentNorth() const
get Current in North Magnet

ovoid set_currentNorth(int icur)
set Current in North Magnet

oint get_currentSouth() const
get Current in South Magnet

ovoid set_currentSouth(int icur)
set Current in South Magnet

oint get_currentCentral() const
get Current in Central Magnet

ovoid set_currentCentral(int icur)
set Current in Central Magnet

oint RunNumber

otime_t TimeStart

otime_t TimeStop

oint currentNorth

oint currentSouth

oint currentCentral


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.