/[PAMELA software]/DarthVader/CalorimeterLevel2/inc/CaloCore.h
ViewVC logotype

Diff of /DarthVader/CalorimeterLevel2/inc/CaloCore.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mocchiut, Fri May 19 13:15:49 2006 UTC revision 1.9 by mocchiut, Thu Nov 29 14:20:26 2007 UTC
# Line 2  Line 2 
2  #define l2calcore_h  #define l2calcore_h
3  #include <TSystem.h>  #include <TSystem.h>
4  #include <TSQLServer.h>  #include <TSQLServer.h>
5    #include <GLTables.h>
6    
7  struct FlCaLevel1 {  struct FlCaLevel1 {
8      Double_t al_p[5][2];      Double_t al_p[5][2];
# Line 12  struct FlCaLevel1 { Line 13  struct FlCaLevel1 {
13      Float_t yalig;      Float_t yalig;
14      Float_t zalig;      Float_t zalig;
15      Float_t emin;      Float_t emin;
16        Float_t riginput;
17        Int_t hzn;
18        Int_t npla;
19        Int_t reverse;
20  };  };
21    
22  struct FlCaLevel2 {  struct FlCaLevel2 {
23        Int_t fmode[2];
24        Float_t wartrig;
25      Float_t trigty;      Float_t trigty;
26      Int_t good;      Int_t good;
27      Int_t perr[4];      Int_t perr[4];
# Line 22  struct FlCaLevel2 { Line 29  struct FlCaLevel2 {
29      Int_t crc[4];      Int_t crc[4];
30      Int_t selftrigger;      Int_t selftrigger;
31      Float_t nstrip;      Float_t nstrip;
32        Float_t nsatstrip;
33      Float_t qtot;      Float_t qtot;
34      Float_t ncore;      Float_t ncore;
35      Float_t qcore;      Float_t qcore;
# Line 63  struct FlCaLevel2 { Line 71  struct FlCaLevel2 {
71      Float_t tbar[22][2];      Float_t tbar[22][2];
72      Float_t elen;      Float_t elen;
73      Float_t selen;      Float_t selen;
74        Int_t selfdelay[4][7];
75  };  };
76    
77  extern int CaloCore(ULong64_t run, TFile *file, TSQLServer *dbc, Int_t calargc, char *calargv[]);  extern int CaloCore(UInt_t run, TFile *file, GL_TABLES *glt, Int_t calargc, char *calargv[]);
78    
79  #endif  #endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.23