g4tools  5.4.0
impi_ntuple
Go to the documentation of this file.
1 // Copyright (C) 2010, Guy Barrand. All rights reserved.
2 // See the file tools.license for terms.
3 
4 #ifndef tools_wroot_impi_ntuple
5 #define tools_wroot_impi_ntuple
6 
7 #include "../impi"
8 
9 namespace tools {
10 namespace wroot {
11 
12 class impi_ntuple {
13 public:
14  virtual bool add_row(impi&,int,int) = 0;
15  virtual bool end_fill(impi&,int,int) = 0;
16 public:
17  virtual ~impi_ntuple() {}
18 };
19 
20 }}
21 
22 #endif
tools::wroot::impi_ntuple::add_row
virtual bool add_row(impi &, int, int)=0
tools::impi
Definition: impi:14
tools
inlined C code : ///////////////////////////////////
Definition: aida_ntuple:26
tools::wroot::impi_ntuple
Definition: impi_ntuple:12
tools::wroot::impi_ntuple::~impi_ntuple
virtual ~impi_ntuple()
Definition: impi_ntuple:17
tools::wroot::impi_ntuple::end_fill
virtual bool end_fill(impi &, int, int)=0