PandaRoot
PndEmcDummyCrystalCalibrator.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 PNDEMCDUMMYCRYSTALCALIBRATOR_HH
14 #define PNDEMCDUMMYCRYSTALCALIBRATOR_HH
15 
16 //---------------------------------------------------------
17 // Description:
18 // Dummy Calibrator for Emc Crystals.
19 //
20 // Christian Hammann
21 // 31.7.2012
22 
23 //---------------------------------------------------------
24 
26 
33  public:
36  virtual CalibrationStatus_t Calibrate(Double_t &Energy, Long_t detId, Int_t SignalNr = 1);
37 
38  private:
39  ClassDef(PndEmcDummyCrystalCalibrator, 1);
40 };
41 #endif
Dummy Calibrator for Emc Crystals.
virtual CalibrationStatus_t Calibrate(Double_t &Energy, Long_t detId, Int_t SignalNr=1)
Apply CrystalCalibration to Energy of Crystal derId.
Abstract interface for a emc calibrator.