ATLAS Offline Software
dump.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2 
3 #ifndef GLOBSIM_DUMP_H
4 #define GLOBSIM_DUMP_H
5 
6 // utilitiy to dump objects which support operator<<() to a file
7 #include <string>
8 namespace GlobalSim {
9  template<typename T>
10  void dump(const std::string& fn, const T& t);
11 }
12 
13 #endif
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
GlobalSim
AlgTool to obtain a GlobalSim::cTAUTOBArray This class uses ReadHandls to jFex and eFex Tau Rois If t...
Definition: dump.h:8
python.getCurrentFolderTag.fn
fn
Definition: getCurrentFolderTag.py:65
GlobalSim::dump
void dump(const std::string &fn, const T &t)