Jpp  15.0.0
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 namespace JACOUSTICS {
20 
21  class JEvent;
22  class JEvt;
23  class JTriggerParameters;
24  class JFitParameters;
25 
26 
27  /**
28  * \param type data type
29  * \return TTree parameters
30  */
32  {
33  return JTreeParameters("ACOUSTICS", "acoustics_event", "", 2, 65536, 2);
34  }
35 
36  /**
37  * \param type data type
38  * \return TTree parameters
39  */
41  {
42  return JTreeParameters("ACOUSTICS_FIT", "acoustics_fit", "", 2, 65536, 2);
43  }
44 }
45 
46 /**
47  * Type list of acoustics data types for I/O.
48  */
53 
54 #endif
JTreeParameters getTreeParameters(const JType< JEvent > &type)
Auxiliary class for a type holder.
Definition: JType.hh:19
JFIT::JEvent JEvent
Definition: JHistory.hh:282
JLANG::JTYPELIST< JACOUSTICS::JEvent, JACOUSTICS::JEvt, JACOUSTICS::JTriggerParameters, JACOUSTICS::JFitParameters >::typelist JAcousticsTypes_t
Type list of acoustics data types for I/O.
Auxiliary class for recursive type list generation.
Definition: JTypeList.hh:351
Data structure for TTree parameters.
Data structure for start_event tag.
Definition: JProperties.cc:14