Jpp 19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
JHitR2.hh
Go to the documentation of this file.
1#ifndef __JTRIGGER__JHITR2__
2#define __JTRIGGER__JHITR2__
3
4#include "JTrigger/JHitR1.hh"
5
6/**
7 * \file
8 *
9 * Basic data structure for R2 hit.
10 * \author mdejong
11 */
12namespace JTRIGGER {}
13namespace JPP { using namespace JTRIGGER; }
14
15namespace JTRIGGER {
16
17 /**
18 * Type definition of R2 hit.
19 */
20 typedef JHitR1 JHitR2;
21}
22
23#endif
Reduced data structure for L1 hit.
Reduced data structure for L1 hit.
Definition JHitR1.hh:35
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary classes and methods for triggering.
JHitR1 JHitR2
Type definition of R2 hit.
Definition JHitR2.hh:20