PSRCHIVE
| Ask a Question | Search PSRCHIVE: |
Home
|
UVMArchive.h Array of Profiles integrated over the same time interval. Definition Integration.h:37 bool advocate(const char *filename) Advocate the use of TimerArchive to interpret filename. Definition UVMArchive.C:262 std::string get_name() Return the name of the TimerArchive plugin. Definition UVMArchive.h:77 std::string get_description() Return description of this plugin. Definition UVMArchive.C:256 UVMArchive * clone() const Return a new copy-constructed UVMArchive instance. Definition UVMArchive.C:87 void copy(const Archive &archive) Copy all of the class attributes and the selected Integration data. Definition UVMArchive.C:64 static Option< bool > include_offpulse_region Load the phase bins identified as part of the off-pulse baseline. Definition UVMArchive.h:26 double integration_length The integration length. Definition UVMArchive.h:85 void unload_file(const char *filename) const Unload the UVMArchive (header and Integration data) to filename. Definition UVMArchive.h:62 bool can_unload() const The unload_file method is implemented. Definition UVMArchive.h:59 virtual void load_header(const char *filename) Load the UVM header information from filename. Definition UVMArchive.C:94 virtual Integration * load_Integration(const char *filename, unsigned subint) Load the specified Integration from filename, returning new instance. Definition UVMArchive.C:248 const UVMArchive & operator=(const UVMArchive &archive) Assignment operator. Generated using doxygen 1.14.0
|