mo


class description - source file - inheritance tree

class mo : public moBase


    protected:
double lumiloop(int skip = 30) public:
mo mo(char* CanvasID, char* CanvasName, int x1 = 0, int y1 = 0, int x2 = 651, int y2 = 500, bool batch = false) mo mo(const mo& amo) void ~mo() static TClass* Class() virtual TClass* IsA() const void LongtermStatistics(char* aStart, char* aEnd, int skip = 60) void lumi(char* start, char* end, int skip = 30) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void WireOperationPoint(char* aStart, char* aEnd, int skip = 30)

Data Members


Class Description

*******************************************************
* Class mo                                            *
*                                                     *
* Christopher's private analysis code                 *
*******************************************************

mo(char *CanvasID, char *CanvasName, int x1=0, int y1=0, int x2=651, int y2=500, bool batch=false) : moBase(CanvasID, CanvasName, x1, y1, x2, y2, batch)
 just the default constructor; because mo is derived from StyledCanvas,
 one needs a canvas ID as well as a canvas name for the new canvas window.

mo(const mo &amo) : moBase (amo)

void WireOperationPoint (char *aStart, char *aEnd, int skip=30)
 Wire Operation Point analysis.
 This methods simply builds the ntuple out of the databases.
 We need the wire positions in sigma, the calculation is automatically
 done in TargetTableIterator::preprocessData().

void LongtermStatistics (char *aStart, char *aEnd, int skip=60)
 Longterm statistics analysis.
 This methods simply builds the ntuple out of the databases.
 We need the wire positions in sigma, the calculation is automatically
 done in TargetTableIterator::preprocessData().

double lumiloop(int skip)

void lumi(char *start, char *end, int skip=30)



Inline Functions


            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void ~mo()


ROOT page - Class index - 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.