GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
Loading...
Searching...
No Matches
TGriffinBgo.h
Go to the documentation of this file.
1#ifndef TGRIFFINBGO_H
2#define TGRIFFINBGO_H
3
4/** \addtogroup Detectors
5 * @{
6 */
7
8#include "Globals.h"
9#include "TBgo.h"
10
11class TGriffinBgo : public TBgo {
12public:
15 TGriffinBgo(TGriffinBgo&&) noexcept = default;
16 TGriffinBgo& operator=(const TGriffinBgo&); //!<!
17 TGriffinBgo& operator=(TGriffinBgo&&) noexcept = default;
18 virtual ~TGriffinBgo() = default;
19
20 /// \cond CLASSIMP
21 ClassDef(TGriffinBgo, 1) // GriffinBgo Physics structure // NOLINT(readability-else-after-return)
22 /// \endcond
23};
24/*! @} */
25#endif
Definition TBgo.h:22
TGriffinBgo(TGriffinBgo &&) noexcept=default