Jpp  18.3.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JHitL2.hh
Go to the documentation of this file.
1 #ifndef __JTRIGGER__JHITL2__
2 #define __JTRIGGER__JHITL2__
3 
4 #include "JTrigger/JHitL1.hh"
5 
6 /**
7  * \file
8  *
9  * Basic data structure for L2 hit.
10  * \author mdejong
11  */
12 namespace JTRIGGER {}
13 namespace JPP { using namespace JTRIGGER; }
14 
15 namespace JTRIGGER {
16 
17  /**
18  * Type definition of L2 hit.
19  */
20  typedef JHitL1 JHitL2;
21 }
22 
23 #endif
Data structure for L1 hit.
Definition: JHitL1.hh:34
JHitL1 JHitL2
Type definition of L2 hit.
Definition: JHitL2.hh:20
Basic data structure for L1 hit.