source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/reconstruction/modules/shower/energy/include/EnergyTypes.hh @ 117

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

ESAF version compilable on mac OS

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.