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