![]() |
MaCh3
2.4.2
Reference Guide
|
KS: Store info about used osc channels. More...
#include <Samples/FarDetectorCoreInfoStruct.h>
Public Attributes | |
| std::string | flavourName |
| Name of osc channel. More... | |
| std::string | flavourName_Latex |
| Fancy channel name (e.g., LaTeX formatted) More... | |
| int | InitPDG |
| PDG of initial flavour. More... | |
| int | FinalPDG |
| PDG of oscillated/final flavour. More... | |
| double | ChannelIndex |
In case experiment specific would like to have pointer to channel after using GetOscChannel, they can set pointer to this. More... | |
KS: Store info about used osc channels.
Definition at line 8 of file FarDetectorCoreInfoStruct.h.
| double OscChannelInfo::ChannelIndex |
In case experiment specific would like to have pointer to channel after using GetOscChannel, they can set pointer to this.
Definition at line 20 of file FarDetectorCoreInfoStruct.h.
| int OscChannelInfo::FinalPDG |
PDG of oscillated/final flavour.
Definition at line 17 of file FarDetectorCoreInfoStruct.h.
| std::string OscChannelInfo::flavourName |
Name of osc channel.
Definition at line 10 of file FarDetectorCoreInfoStruct.h.
| std::string OscChannelInfo::flavourName_Latex |
Fancy channel name (e.g., LaTeX formatted)
Definition at line 12 of file FarDetectorCoreInfoStruct.h.
| int OscChannelInfo::InitPDG |
PDG of initial flavour.
Definition at line 15 of file FarDetectorCoreInfoStruct.h.