MaCh3  2.2.3
Reference Guide
Public Attributes | List of all members
OscChannelInfo Struct Reference

KS: Store info about used osc channels. More...

#include <Samples/FarDetectorCoreInfoStruct.h>

Collaboration diagram for OscChannelInfo:
[legend]

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...
 

Detailed Description

KS: Store info about used osc channels.

Definition at line 8 of file FarDetectorCoreInfoStruct.h.

Member Data Documentation

◆ ChannelIndex

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.

◆ FinalPDG

int OscChannelInfo::FinalPDG

PDG of oscillated/final flavour.

Definition at line 17 of file FarDetectorCoreInfoStruct.h.

◆ flavourName

std::string OscChannelInfo::flavourName

Name of osc channel.

Definition at line 10 of file FarDetectorCoreInfoStruct.h.

◆ flavourName_Latex

std::string OscChannelInfo::flavourName_Latex

Fancy channel name (e.g., LaTeX formatted)

Definition at line 12 of file FarDetectorCoreInfoStruct.h.

◆ InitPDG

int OscChannelInfo::InitPDG

PDG of initial flavour.

Definition at line 15 of file FarDetectorCoreInfoStruct.h.


The documentation for this struct was generated from the following file: