HOPS
HOPS class reference
MHO_BaselineContainers.hh
Go to the documentation of this file.
1 #ifndef MHO_BaselineContainers_HH__
2 #define MHO_BaselineContainers_HH__
3 
4 //this include file should not be used directly
5 #ifndef MHO_ContainerDefinitions_HH__
6  #error "Do not include MHO_BaselineContainers.hh directly; use MHO_ContainerDefinitions.hh instead."
7 #endif
8 
9 namespace hops
10 {
11 
28 
29 #define UCH_VIS_NDIM 3
30 #define UCH_POLPROD_AXIS 0
31 #define UCH_TIME_AXIS 1
32 #define UCH_FREQ_AXIS 2
33 
37 
42 
43 #define VIS_NDIM 4
44 #define POLPROD_AXIS 0
45 #define CHANNEL_AXIS 1
46 #define TIME_AXIS 2
47 #define FREQ_AXIS 3
48 
51 
56 
59 
60 //(here we are storing manual pcal as a rotation in 'degrees', should/could we use phasor instead?)
63 
68 
71 
72 } // namespace hops
73 
74 #endif
Class MHO_AxisPack.
Definition: MHO_AxisPack.hh:22
Class MHO_TableContainer.
Definition: MHO_TableContainer.hh:36
Definition: MHO_ChannelLabeler.hh:17
MHO_TableContainer< visibility_element_type, baseline_axis_pack > visibility_type
Definition: MHO_BaselineContainers.hh:52