/[PAMELA software]/calo/flight/CaloFranzini/src/CaloCreateMatrix.cpp
ViewVC logotype

Diff of /calo/flight/CaloFranzini/src/CaloCreateMatrix.cpp

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

revision 1.2 by mocchiut, Tue Dec 18 09:55:06 2007 UTC revision 1.3 by mocchiut, Thu Jan 3 10:02:27 2008 UTC
# Line 19  using namespace std; Line 19  using namespace std;
19  //===================================  //===================================
20  // global variables  // global variables
21  //===================================  //===================================
22    Bool_t    CRIG;
23    Bool_t    SRIG;
24    Bool_t    SIMU;
25  Bool_t    DEBUG;  Bool_t    DEBUG;
26  Bool_t    MATRIX;  Bool_t    MATRIX;
27    Bool_t    FULL;
28  TString   DIR;  TString   DIR;
29  TString   LIST;  TString   LIST;
30  TString   I_OPTIONS;  TString   I_OPTIONS;
# Line 100  Int_t Loop(TString ddir,TString list, UL Line 104  Int_t Loop(TString ddir,TString list, UL
104    //  read input file/list    //  read input file/list
105    //  --------------------    //  --------------------
106    event = new PamLevel2(ddir,list,ioptions);    event = new PamLevel2(ddir,list,ioptions);
107      event->SetSortingMethod("CALS1S2");
108      if ( SIMU ) event->SetSortingMethod("+GP");
109    //  tree->SetCacheSize(0);    //  tree->SetCacheSize(0);
110    
111    //  ---------------    //  ---------------
# Line 183  int HandleInputPar(int argc, char **argv Line 188  int HandleInputPar(int argc, char **argv
188      // -----------------------      // -----------------------
189      // Read input parameters      // Read input parameters
190      // -----------------------        // -----------------------  
191        SIMU = false;
192        CRIG = false;
193        SRIG = false;
194      DEBUG   = false;      DEBUG   = false;
195      MATRIX  = false;      MATRIX  = false;
196        FULL = false;
197      DIR     = gSystem->WorkingDirectory();      DIR     = gSystem->WorkingDirectory();
198      LIST    = "";      LIST    = "";
199      OUTFILE = "";      OUTFILE = "";
# Line 259  int HandleInputPar(int argc, char **argv Line 268  int HandleInputPar(int argc, char **argv
268        }        }
269        //        //
270        else if (!strcmp(argv[i], "-matrix")){        else if (!strcmp(argv[i], "-matrix")){
271        MATRIX = true;          MATRIX = true;
272            continue;      
273          }
274          // -----------------------------------------------------//
275          //
276          else if (!strcmp(argv[i], "-simu")){
277            SIMU = true;
278            continue;      
279          }
280          // -----------------------------------------------------//
281          //
282          else if (!strcmp(argv[i], "-calorig")){
283            CRIG = true;
284            continue;      
285          }
286          // -----------------------------------------------------//
287          //
288          else if (!strcmp(argv[i], "-simurig")){
289            SRIG = true;
290            continue;      
291          }
292          // -----------------------------------------------------//
293          else if (!strcmp(argv[i], "-full")){
294            FULL = true;
295          continue;                continue;      
296        }        }
297        // -----------------------------------------------------//        // -----------------------------------------------------//

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23