| 2 |
* \file CaloAxis.h |
* \file CaloAxis.h |
| 3 |
* \author Elena Vannuccini |
* \author Elena Vannuccini |
| 4 |
*/ |
*/ |
| 5 |
|
|
| 6 |
|
#ifndef CALOAXIS_H |
| 7 |
|
#define CALOAXIS_H |
| 8 |
|
|
| 9 |
#if !defined(__CINT__) || defined(__MAKECINT__) |
#if !defined(__CINT__) || defined(__MAKECINT__) |
| 10 |
|
|
| 11 |
#include <TString.h> |
#include <TString.h> |
| 53 |
~CaloEvent(){ Delete(); }; |
~CaloEvent(){ Delete(); }; |
| 54 |
|
|
| 55 |
CaloEvent(){ Reset(); }; |
CaloEvent(){ Reset(); }; |
| 56 |
CaloEvent( CaloLevel1* calo, int view, Bool_t usemechanicalalignement){ Set(calo,view,usemechanicalalignement); }; |
CaloEvent( CaloLevel1* calo, int view, Bool_t usemechanicalalignement){ Reset(); Set(calo,view,usemechanicalalignement); }; |
| 57 |
CaloEvent( CaloLevel1* calo, int view){ Set(calo,view); }; |
CaloEvent( CaloLevel1* calo, int view){ Reset(); Set(calo,view); }; |
| 58 |
|
|
| 59 |
void Set(CaloLevel1* calo, int view, Bool_t usemechanicalalignement); |
void Set(CaloLevel1* calo, int view, Bool_t usemechanicalalignement); |
| 60 |
void Set(CaloLevel1* calo, int view){ Set(calo,view,0); }; |
void Set(CaloLevel1* calo, int view){ Set(calo,view,0); }; |
| 150 |
|
|
| 151 |
}; |
}; |
| 152 |
|
|
| 153 |
|
#endif // CALOAXIS_H |
|
//=============================================================================== |
|
|
// |
|
|
// |
|
|
// |
|
|
// |
|
|
//=============================================================================== |
|