Belle II Software development
ECLBeamBackgroundStudy.h
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8
9#pragma once
10#include <TObject.h>
11
12namespace Belle2 {
21 class ECLBeamBackgroundStudy: public TObject {
22 public:
23
28
33
38
42 void setBeamBackgroundStudy(bool study) { m_isBeamBackgroundStudy = study; }
43 private:
47 };
49} // end namespace Belle2
Flag for beam background study.
bool getBeamBackgroundStudy() const
Return beam background study flag.
void setBeamBackgroundStudy(bool study)
Set beam background study flag.
ClassDef(ECLBeamBackgroundStudy, 1)
ClassDef.
ECLBeamBackgroundStudy()
Default constructor.
Abstract base class for different kinds of events.