Project
Loading...
Searching...
No Matches
export-to-tree.cxx File Reference
#include "MCHMappingInterface/Segmentation.h"
#include <iostream>
#include <fmt/format.h>
#include <boost/program_options.hpp>
#include <TTree.h>
#include <TFile.h>
#include <stdexcept>

Go to the source code of this file.

Classes

struct  DePads
 

Functions

void createPadBranches (TTree &tree, DePads &depads)
 
int main (int argc, char **argv)
 

Variables

constexpr bool run2 {false}
 
constexpr int MaxNofPadsPerDE {28672}
 

Function Documentation

◆ createPadBranches()

void createPadBranches ( TTree &  tree,
DePads depads 
)

Definition at line 41 of file export-to-tree.cxx.

◆ main()

int main ( int  argc,
char **  argv 
)

This small program creates a Root TTree with MCH mapping.

There is one entry per MCH detection element, describing the basic features of all the pads of that detection element :

  • electronic location : FEE board id (aka dual sampa id and FEE channel id (aka dual sampa channel)
  • geometric location : (x,y) positions (cm) within the detection element
  • geometric size : (dx,dy) half-sizes (cm)

Definition at line 78 of file export-to-tree.cxx.

Variable Documentation

◆ MaxNofPadsPerDE

constexpr int MaxNofPadsPerDE {28672}
constexpr

Definition at line 29 of file export-to-tree.cxx.

◆ run2

constexpr bool run2 {false}
constexpr

Definition at line 26 of file export-to-tree.cxx.