| #include "LegsMakerCosmicsCalib.h" |
LegsMakerCosmicsCalib
class description - source file - inheritance tree (.pdf)
public:
LegsMakerCosmicsCalib(Int_t add = 1)
LegsMakerCosmicsCalib(const LegsMakerCosmicsCalib&)
virtual ~LegsMakerCosmicsCalib()
static TClass* Class()
virtual void Init()
virtual TClass* IsA() const
bool IsCosmicsPb()
bool IsCosmicsPn()
bool IsCosmicsXt()
virtual bool Make()
LegsMakerCosmicsCalib& operator=(const LegsMakerCosmicsCalib&)
virtual void RunEnd()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
The LegsMakerCosmicsCalib class is for processing cosmics data. It is
simply skeleton to reserve name. No need in it right now ( 01/14/00)
______________________________________________________________________
LegsMakerCosmicsCalib( Int_t add)
: LegsMaker("CosmicsCalib","CosmicsCalib in SASY", add)
constructor of the class.
void Init()
init all histograms and other member variables.
called only once at the beginnign of data stream.
bool Make()
called by LegsRun every event when LegsRun::Loop() is called.
this is the main function from which other functions can be called.
bool IsCosmicsPn()
bool IsCosmicsXt()
cout << " XT"<< endl;
returns TRUE if the cosmics cut is satisfied, description of the
cut is in technote 21. but basically for side faces: returns
TRUE if a muon goes through almost all blocks in a column. for top and
bottom: returns TRUE if a muon goes through one block on top and
through one of nine directly beneath it in bottom face ( or vice
versa).
P.S. took out because outdated, new one will be translated from fortran later ... may be.
returns FALSE if none of above is true.
bool IsCosmicsPb()
void RunEnd()
Inline Functions
void ~LegsMakerCosmicsCalib()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
LegsMakerCosmicsCalib LegsMakerCosmicsCalib(const LegsMakerCosmicsCalib&)
LegsMakerCosmicsCalib& operator=(const LegsMakerCosmicsCalib&)
Last update: Wed May 18 13:32:23 2005
ROOT page - Home page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.