PandaRoot
PndEmcDetectors.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 BSEMCDETECTORS_HH
14 #define BSEMCDETECTORS_HH
15 
16 #include "BSEmcDetector.h"
17 #include "BSEmcShashlikDetector.h"
18 
19 class FairRunSim;
20 
21 //---------------------------------------------------------------
22 class BSEmcBarrel : public BSEmcDetector {
23  public:
24  BSEmcBarrel(Bool_t t_persistency = kFALSE);
25  virtual ~BSEmcBarrel() = default;
27 };
28 
29 //---------------------------------------------------------------
30 class BSEmcBwEndcap : public BSEmcDetector {
31  public:
32  BSEmcBwEndcap(Bool_t t_persistency = kFALSE);
33  virtual ~BSEmcBwEndcap() = default;
35 };
36 
37 //---------------------------------------------------------------
38 class BSEmcFwEndcap : public BSEmcDetector {
39  public:
40  BSEmcFwEndcap(Bool_t t_persistency = kFALSE);
41  virtual ~BSEmcFwEndcap() = default;
43 };
44 
45 //---------------------------------------------------------------
47  public:
48  BSEmcShashlik(Bool_t t_persistency = kFALSE);
49  virtual ~BSEmcShashlik() = default;
51 };
52 
53 //---------------------------------------------------------------
55  public:
56  static void AddEmcSetup(FairRunSim *t_run, Bool_t t_persistency = kFALSE);
57  virtual ~PndEmcDetectors() = default;
59 };
60 
61 #endif /*BSEMCDETECTORS_HH*/
virtual ~BSEmcBarrel()=default
ClassDef(BSEmcBarrel, 1)
Shashlik specific implementation of BSEmcDetector.
Specialization of the FairDetector for a common BSEmcDetector.
Definition: BSEmcDetector.h:55
BSEmcBarrel(Bool_t t_persistency=kFALSE)