![]() |
MaCh3 2.2.1
Reference Guide
|
KS: Store info about used osc channels. More...
#include <Samples/FarDetectorCoreInfoStruct.h>
Public Attributes | |
std::string | flavourName |
Name of osc channel. | |
std::string | flavourName_Latex |
Fancy channel name (e.g., LaTeX formatted) | |
int | InitPDG |
PDG of initial flavour. | |
int | FinalPDG |
PDG of oscillated/final flavour. | |
double | ChannelIndex |
In case experiment specific would like to have pointer to channel after using @GetOscChannel, they can set pointer to this. | |
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.