Jpp  18.3.0-rc.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JAcoustics/JSupport.hh
Go to the documentation of this file.
1 #ifndef __JACOUSTICS__JSUPPORT__
2 #define __JACOUSTICS__JSUPPORT__
3 
4 #include "JLang/JType.hh"
5 #include "JLang/JTypeList.hh"
7 
8 
9 /**
10  * \file
11  *
12  * ROOT TTree parameter settings.\n
13  * \author mdejong
14  */
15 
16 using JLANG::JType;
18 
19 /**
20  * Auxiliary classes and methods for acoustic position calibration.
21  */
22 namespace JACOUSTICS {
23 
24  struct JEvent;
25  struct JEvt;
26  struct JSuperEvt;
27  struct JTriggerParameters;
28  struct JFitParameters;
29 
30 
31  /**
32  * \param type data type
33  * \return TTree parameters
34  */
36  {
37  return JTreeParameters("ACOUSTICS", "acoustics_event", "", 2, 65536, 2);
38  }
39 
40  /**
41  * \param type data type
42  * \return TTree parameters
43  */
45  {
46  return JTreeParameters("ACOUSTICS_FIT", "acoustics_fit", "", 2, 65536, 2);
47  }
48 
49  /**
50  * \param type data type
51  * \return TTree parameters
52  */
54  {
55  return JTreeParameters("ACOUSTICS_SUPER_FIT", "acoustics_super_fit", "", 2, 65536, 2);
56  }
57 }
58 
59 /**
60  * Type list of acoustics data types for I/O.
61  */
67 
68 #endif
JTreeParameters getTreeParameters(const JType< JEvent > &type)
Auxiliary class for a type holder.
Definition: JType.hh:19
JFIT::JEvent JEvent
Definition: JHistory.hh:353
Auxiliary class for recursive type list generation.
Definition: JTypeList.hh:351
Acoustic super event fit.
Definition: JSuperEvt.hh:36
Data structure for TTree parameters.
Data structure for start_event tag.
Definition: JProperties.cc:14
JLANG::JTYPELIST< JACOUSTICS::JEvent, JACOUSTICS::JEvt, JACOUSTICS::JSuperEvt, JACOUSTICS::JTriggerParameters, JACOUSTICS::JFitParameters >::typelist JAcousticsTypes_t
Type list of acoustics data types for I/O.