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