/[PAMELA software]/gp2root/pCalHit.h
ViewVC logotype

Diff of /gp2root/pCalHit.h

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

revision 1.1 by pamela, Wed Apr 19 23:35:57 2006 UTC revision 1.2 by cafagna, Sun Oct 22 08:26:40 2006 UTC
# Line 3  Line 3 
3  #include <iostream>  #include <iostream>
4  #include "pHit.h"  #include "pHit.h"
5  #include "pCalID.h"  #include "pCalID.h"
6    #include "TObject.h"
7    
8  using std::cout;  using std::cout;
9  using std::endl;  using std::endl;
# Line 25  public: Line 26  public:
26        SetZin(*((float*)temp) );        SetZin(*((float*)temp) );
27        temp++;        temp++;
28        SetErel( *((float*)temp) );        SetErel( *((float*)temp) );
29    
30    }    }
31    
32    
# Line 42  public: Line 44  public:
44    
45  private:    private:  
46    
47    public:
48      ClassDef(pCalHit,1);
49    
50  };  };
51    
52  #endif //PCALHIT_H  #endif //PCALHIT_H
53    

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

  ViewVC Help
Powered by ViewVC 1.1.23