/[PAMELA software]/PadmeAmidala/inc/RunGlue.h
ViewVC logotype

Contents of /PadmeAmidala/inc/RunGlue.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (show annotations) (download)
Fri Dec 12 14:12:22 2008 UTC (15 years, 11 months ago) by mocchiut
Branch: MAIN
Changes since 1.7: +1 -1 lines
File MIME type: text/plain
Do not calculate dltime

1 #ifndef runglue_h
2 #define runglue_h
3 //
4 #include <TSQLServer.h>
5 #include <TSQLRow.h>
6 #include <TSQLResult.h>
7 #include <TList.h>
8 #include <TString.h>
9 #include <TObject.h>
10 #include <TSQLServer.h>
11 #include <TSQLRow.h>
12 #include <TSQLResult.h>
13 #include <TString.h>
14 #include <TTimeStamp.h>
15 #include <TSQLServer.h>
16 #include <TFile.h>
17 #include <TSystem.h>
18 #include <TChain.h>
19 #include <TH1.h>
20 #include <TTree.h>
21 #include <TKey.h>
22 #include <Riostream.h>
23 #include <TObjString.h>
24 #include <TClass.h>
25 #include <THashList.h>
26 #include <PamLevel2.h>
27 //
28 /**
29 * \brief Class to group runs day by day
30 */
31 class RunGlue : public TObject {
32 private:
33 TSQLServer *dbc;
34 PamLevel2 *li;
35 UInt_t run;
36 TString dir;
37 TString outdir;
38 TString fFilename;
39 Bool_t fEnd;
40 Bool_t RUN;
41 TList *fDoneList;
42 TList *fList;
43 TList *lList;
44 TFile *Target;
45 TFile *Source;
46 TString fDList;
47 TString wd;
48 Bool_t fastMethod;
49 Bool_t fDBG;
50 Bool_t fOpen;
51 Bool_t runmode;
52 Bool_t createlist;
53 Bool_t merged;
54 UInt_t fNlist;
55 UInt_t fNlistdone;
56 UInt_t nrun;
57 UInt_t YY;
58 UInt_t MM;
59 UInt_t DD;
60
61 public:
62 //
63 RunGlue();
64 //
65 RunGlue(TSQLServer *dbc,UInt_t run, TString dir, TString wrkdir);
66 //
67 // methods
68 //
69 void Clear();
70 void Clean();
71 TList *GetRunList();
72 // Long64_t Mergy(TChain *, TFile *, Int_t, Option_t *);
73 void MergeRootfile(TList *);
74 Bool_t OpenFile();
75 void SetDebug(Bool_t);
76 void SetDList(TString);
77 void DeleteRunFiles(TList *);
78 void UpdateDB(TList *);
79 //
80 // inline methods
81 //
82 Bool_t End(){return(fEnd);};
83 Bool_t FileIsOpen(){return(fOpen);};
84 Bool_t DebugMode(){return(fDBG);};
85 TString GetFilename(){return(fFilename);};
86 //
87 //
88 //
89 //
90 ClassDef(RunGlue,1);
91 //
92 };
93
94 #endif

  ViewVC Help
Powered by ViewVC 1.1.23