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

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

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

revision 1.4 by mocchiut, Tue Nov 14 14:08:49 2006 UTC revision 1.5 by mocchiut, Wed Nov 22 08:31:09 2006 UTC
# Line 14  Line 14 
14  #include <CalibCalPedEvent.h>  #include <CalibCalPedEvent.h>
15  //  //
16  #include <CaloCore.h>  #include <CaloCore.h>
17    #include <CaloLevel1.h>
18  #include <CaloLevel2.h>  #include <CaloLevel2.h>
19    
20  /**  /**
# Line 115  class CaloProcessing : public TObject { Line 116  class CaloProcessing : public TObject {
116      void GetCommonVar(); ///< call fortran common variables program      void GetCommonVar(); ///< call fortran common variables program
117      void GetTrkVar(); ///< call fortran track-related variables program      void GetTrkVar(); ///< call fortran track-related variables program
118      void ClearStructs(); ///< clear input and output structures      void ClearStructs(); ///< clear input and output structures
119      void FillCommonVar(CaloLevel2 *ca); ///< copy common variables from structure to class      void FillCommonVar(CaloLevel1 *c1, CaloLevel2 *ca); ///< copy common variables from structure to class
120      void FillTrkVar(CaloLevel2 *ca, Int_t nutrk); ///< copy track-related variables from structure to class      void FillTrkVar(CaloLevel2 *ca, Int_t nutrk); ///< copy track-related variables from structure to class
121      void RunClose(); ///< clear variables which could change from one run to another      void RunClose(); ///< clear variables which could change from one run to another
122      //      //

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.23