|
BmnRoot
|
#include <TMath.h>#include "TString.h"#include <iostream>#include "Riostream.h"#include <string>#include <fstream>#include <sstream>Go to the source code of this file.
Functions | |
| void | CreateMapTof400_BMN_12_2016 (std::string placementMapFile, std::string mapFile) |
| Int_t | GetSlot (Int_t number) |
| Int_t | GetCon (Int_t number) |
| Int_t | GetDet (Int_t number) |
| Int_t | GetSide (Int_t number) |
| void CreateMapTof400_BMN_12_2016 | ( | std::string | placementMapFile, |
| std::string | mapFile | ||
| ) |
| Int_t GetCon | ( | Int_t | number | ) |
Definition at line 140 of file CreateMapTof400_BMN_12_2016.c.
References GetSlot().
Referenced by CreateMapTof400_BMN_12_2016(), GetDet(), and GetSide().
| Int_t GetDet | ( | Int_t | number | ) |
Definition at line 146 of file CreateMapTof400_BMN_12_2016.c.
References GetCon(), and GetSlot().
Referenced by CreateMapTof400_BMN_12_2016(), and GetSide().
| Int_t GetSide | ( | Int_t | number | ) |
Definition at line 152 of file CreateMapTof400_BMN_12_2016.c.
References GetCon(), GetDet(), and GetSlot().
Referenced by CreateMapTof400_BMN_12_2016().
| Int_t GetSlot | ( | Int_t | number | ) |
Definition at line 134 of file CreateMapTof400_BMN_12_2016.c.
Referenced by CreateMapTof400_BMN_12_2016(), GetCon(), GetDet(), and GetSide().