source: JEM-EUSO/esaf_cc_at_lal/packages/reconstruction/modules/shower/energy/include/EnergyTypes.hh @ 114

Last change on this file since 114 was 114, checked in by moretto, 11 years ago

actual version of ESAF at CCin2p3

File size: 488 bytes
Line 
1//
2// Types defined in Energy modules
3//
4#include <map>
5#include <vector>
6
7class RecoPixelData;
8using namespace std;
9using std::map;
10using std::vector;
11
12typedef vector < Int_t >                               PMTs_t;
13typedef vector < RecoPixelData*    >                   Pixels_t;
14typedef map    < Int_t, Pixels_t   >                   GtuPixels_t;
15typedef map    < Int_t, Pixels_t   >                   CellPixels_t;
16typedef map    < pair <Float_t,Float_t>, Float_t >     DirEfficacy_t;
Note: See TracBrowser for help on using the repository browser.