PandaRoot
BSEmcDataBranchNames.h
Go to the documentation of this file.
1 //****************************************************************************
2 //* This file is part of PandaRoot. *
3 //* *
4 //* PandaRoot is distributed under the terms of the *
5 //* GNU General Public License (GPL) version 3, *
6 //* copied verbatim in the file "LICENSE". *
7 //* *
8 //* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9 //* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10 //* The authors are listed in the file "AUTHORS". *
11 //****************************************************************************
12 
13 #ifndef BSEMCDATABRANCHNAMES_HH
14 #define BSEMCDATABRANCHNAMES_HH
15 
16 #include <string>
17 
23 const std::string fgMCTrackBranchName{"MCTrack"};
24 const std::string fgMCPointBranchName{"EmcMCPoint"};
25 const std::string fgMCDepositBranchName{"EmcMCDeposit"};
26 const std::string fgWaveformDataBranchName{"EmcWaveformData"};
27 const std::string fgWaveformBranchName{"EmcWaveform"};
28 const std::string fgMultiWaveformBranchName{"EmcMultiWaveform"};
29 const std::string fgDigiBranchName{"EmcDigi"};
30 const std::string fgPreclusterBranchName{"EmcPrecluster"};
31 const std::string fgClusterBranchName{"EmcCluster"};
32 const std::string fgSubClusterBranchName{"EmcSubCluster"};
33 const std::string fgRecoHitBranchName{"EmcRecoHit"};
34 } // namespace BSEmcDataBranchNames
35 
36 #endif /*BSEMCDATABRANCHNAMES_HH*/
const std::string fgMCPointBranchName
const std::string fgMultiWaveformBranchName
const std::string fgSubClusterBranchName
const std::string fgWaveformBranchName
const std::string fgRecoHitBranchName
const std::string fgPreclusterBranchName
const std::string fgClusterBranchName
const std::string fgWaveformDataBranchName
const std::string fgMCTrackBranchName
Namespace containing all BranchNames.
const std::string fgDigiBranchName
const std::string fgMCDepositBranchName