Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
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 */
12namespace JTRIGGER {}
13namespace JPP { using namespace JTRIGGER; }
14
15namespace JTRIGGER {
16
17 /**
18 * Type definition of L2 hit.
19 */
20 typedef JHitL1 JHitL2;
21}
22
23#endif
Basic data structure for L1 hit.
Data structure for L1 hit.
Definition JHitL1.hh:37
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary classes and methods for triggering.
JHitL1 JHitL2
Type definition of L2 hit.
Definition JHitL2.hh:20