PandaRoot
PndMvdBoxMap Class Reference

#include <PndMvdBoxMap.h>

Inheritance diagram for PndMvdBoxMap:

Public Member Functions

 PndMvdBoxMap ()
 
 PndMvdBoxMap (TString nome)
 
 ~PndMvdBoxMap ()
 
void Print ()
 
void SetMappingFile (TString nome)
 
Bool_t Init ()
 
void DoMapping (Int_t nbox, Int_t chan, TString &detpath)
 
void PrintMap ()
 

Detailed Description

Definition at line 17 of file PndMvdBoxMap.h.

Constructor & Destructor Documentation

◆ PndMvdBoxMap() [1/2]

PndMvdBoxMap::PndMvdBoxMap ( )
inline

Definition at line 20 of file PndMvdBoxMap.h.

20 : box(), fCh(), lCh(), fMap(), fFileName(""), nLines(0){};

◆ PndMvdBoxMap() [2/2]

PndMvdBoxMap::PndMvdBoxMap ( TString  nome)
inline

Definition at line 21 of file PndMvdBoxMap.h.

References SetMappingFile().

21 : box(), fCh(), lCh(), fMap(), fFileName(""), nLines(0) { SetMappingFile(nome); };
void SetMappingFile(TString nome)
Definition: PndMvdBoxMap.h:29

◆ ~PndMvdBoxMap()

PndMvdBoxMap::~PndMvdBoxMap ( )
inline

Definition at line 23 of file PndMvdBoxMap.h.

References Print().

23 {};

Member Function Documentation

◆ DoMapping()

void PndMvdBoxMap::DoMapping ( Int_t  nbox,
Int_t  chan,
TString &  detpath 
)

Referenced by SetMappingFile().

◆ Init()

Bool_t PndMvdBoxMap::Init ( )

Referenced by SetMappingFile().

◆ Print()

void PndMvdBoxMap::Print ( )

Referenced by ~PndMvdBoxMap().

◆ PrintMap()

void PndMvdBoxMap::PrintMap ( )

Referenced by SetMappingFile().

◆ SetMappingFile()

void PndMvdBoxMap::SetMappingFile ( TString  nome)
inline

Definition at line 29 of file PndMvdBoxMap.h.

References DoMapping(), Init(), and PrintMap().

Referenced by PndMvdBoxMap().

29 { fFileName = nome; };

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