PandaRoot
PndMvdDetector.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 // -------------------------------------------------------------------------
14 // ----- PndMvdDetector header file -----
15 // ----- Created 6/04/06 by T. Stockmanns -----
16 // ----- Based on PndMvdDetector -----
17 // -------------------------------------------------------------------------
18 
26 #ifndef PNDMVDDETECTOR_H
27 #define PNDMVDDETECTOR_H
28 
29 #include "PndSdsDetector.h"
30 
32 
33  public:
36 
41  PndMvdDetector(const char *name, Bool_t active);
42 
44  virtual ~PndMvdDetector();
45 
47  void SetBranchNames(TString outBranchname, TString folderName);
48  virtual void SetBranchNames();
49  virtual void SetSpecialPhysicsCuts();
50  virtual void SetDefaultSensorNames();
51  virtual void Initialize() { PndSdsDetector::Initialize(); };
52 
53  private:
54  ClassDef(PndMvdDetector, 6);
55 };
56 
57 #endif
virtual ~PndMvdDetector()
virtual void SetBranchNames()
virtual void SetDefaultSensorNames()
virtual void SetSpecialPhysicsCuts()
virtual void Initialize()
virtual void Initialize()