/[PAMELA software]/DarthVader/TrackerLevel2/inc/TrkProcess.h
ViewVC logotype

Annotation of /DarthVader/TrackerLevel2/inc/TrkProcess.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.9 - (hide annotations) (download)
Thu Feb 27 11:24:42 2014 UTC (10 years, 9 months ago) by pam-fi
Branch: MAIN
Changes since 1.8: +3 -0 lines
File MIME type: text/plain
Added new tracking algorythm

1 mocchiut 1.1 /**
2     * \file TrkProcess.h
3     * \author Elena Vannuccini
4     */
5     #ifndef trkprocess_h
6     #define trkprocess_h
7    
8 pam-fi 1.2 #include <TrkStruct.h>
9 pam-fi 1.5 #include <TrkParams.h>
10 pam-fi 1.2 #include <TrkLevel0.h>
11    
12 mocchiut 1.1 #include <TString.h>
13     #include <TSystem.h>
14     #include <iostream>
15    
16 pam-fi 1.6 #define NPARMAX 20
17 pam-fi 1.2
18 mocchiut 1.1 /**
19     * \brief Class to handle input parameters for tracker data processing
20     *
21     */
22     // ==================================================================
23    
24     class TrkProcess{
25    
26     private:
27    
28     public:
29 pam-fi 1.2
30 mocchiut 1.1 ULong64_t idrun;
31 pam-fi 1.2 Bool_t get1;
32 pam-fi 1.4 Bool_t full1;
33 pam-fi 1.2 Bool_t get2;
34 pam-fi 1.3 Bool_t geth;
35 pam-fi 1.9 Bool_t gete;
36 pam-fi 1.2 TString frame1;
37     TString frame2;
38 pam-fi 1.3 TString frameh;
39 pam-fi 1.9 TString framee;
40 pam-fi 1.2 Bool_t ifroot1;
41     Bool_t ifroot2;
42 pam-fi 1.3 Bool_t ifrooth;
43 pam-fi 1.9 Bool_t ifroote;
44 pam-fi 1.2 Bool_t standalone;
45     // Bool_t DEBUG;
46     // Bool_t VERBOSE;
47     TString file1;
48     TString file2;
49     TString outdir;
50     TString pfolder;
51 pam-fi 1.6 // cDbg dbg_mode;
52 pam-fi 1.2 // int F77err;
53     Int_t ostatus; ///< output status
54 pam-fi 1.6
55 pam-fi 1.8 UInt_t nskip; ///< n.event to be skipped
56    
57 pam-fi 1.6 Int_t npar;
58     Int_t partype[NPARMAX];
59     TString parpath[NPARMAX];
60 mocchiut 1.1
61     TrkProcess();
62 pam-fi 1.2
63 mocchiut 1.1 TrkProcess(ULong64_t run, TFile *f2);
64 pam-fi 1.2
65 pam-fi 1.6 /* void SetDebugMode() {TrkParams::SetDebugMode(); dbg_mode.SetDebug(); dbg_=dbg_mode;}; */
66     /* void SetVerboseMode(){TrkParams::SetVerboseMode(); dbg_mode.SetVerbose(); dbg_=dbg_mode;}; */
67     /* void SetWarningMode(){TrkParams::SetWarningMode();dbg_mode.SetWarning(); dbg_=dbg_mode;}; */
68    
69     /* bool DebugMode(){return dbg_mode.debug;}; */
70     /* bool WarningMode(){return dbg_mode.warning;}; */
71     /* bool VerboseMode(){return dbg_mode.verbose;}; */
72 pam-fi 1.2
73 pam-fi 1.7 int HandleCustomPar(int ncustom, char* vcustom[]);
74 pam-fi 1.2
75     void ProcessEvent(TrkLevel0*);
76    
77 mocchiut 1.1 void Dump();
78 pam-fi 1.7 void PrintHelp();
79 pam-fi 1.2
80 mocchiut 1.1 };
81    
82    
83     #endif
84    
85    

  ViewVC Help
Powered by ViewVC 1.1.23