Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/Geant4/tools/wroot/impi_ntuple is written in an unsupported language. File is not indexed.

0001 // Copyright (C) 2010, Guy Barrand. All rights reserved.
0002 // See the file tools.license for terms.
0003 
0004 #ifndef tools_wroot_impi_ntuple
0005 #define tools_wroot_impi_ntuple
0006 
0007 #include "../impi"
0008 
0009 namespace tools {
0010 namespace wroot {
0011 
0012 class impi_ntuple {
0013 public:
0014   virtual bool add_row(impi&,int,int) = 0;
0015   virtual bool end_fill(impi&,int,int) = 0;
0016 public:
0017   virtual ~impi_ntuple() {}
0018 };
0019 
0020 }}
0021 
0022 #endif