KaliVeda
Toolkit for HIC analysis
KVSortableDatedFile Class Reference

Detailed Description

A filename with an SQL-format date extension which can be used to sort a list according to date.

Created by KVClassFactory on Wed May 2 14:50:40 2007 Author: franklan

Used by KVDatedFileManager.

Definition at line 26 of file KVDatedFileManager.h.

#include <KVDatedFileManager.h>

Inheritance diagram for KVSortableDatedFile:

Public Member Functions

 KVSortableDatedFile ()
 
 KVSortableDatedFile (const Char_t *filename, const Char_t *basename)
 
virtual ~KVSortableDatedFile ()
 
virtual Int_t Compare (const TObject *obj) const
 
KVDatime GetTimeStamp () const
 
virtual Bool_t IsEqual (const TObject *obj) const
 Two files are the same if they have the same basename and timestamp. More...
 

Private Attributes

KVDatime fTimestamp
 timestamp extracted from filename More...
 

Constructor & Destructor Documentation

◆ KVSortableDatedFile() [1/2]

KVSortableDatedFile::KVSortableDatedFile ( )
inline

Definition at line 31 of file KVDatedFileManager.h.

◆ KVSortableDatedFile() [2/2]

KVSortableDatedFile::KVSortableDatedFile ( const Char_t *  filename,
const Char_t *  basename 
)

filename = full name of file (including timestamp) basename = basename of file Example: KVSortableDatedFile("Runlist.csv.2007-05-02_14:15:58", "Runlist.csv") The timestamp extension is extracted from the filename. If the filename given is the same as the basename (i.e. no timestamp in name), the timestamps is set to the current date & time

Definition at line 142 of file KVDatedFileManager.cpp.

◆ ~KVSortableDatedFile()

virtual KVSortableDatedFile::~KVSortableDatedFile ( )
inlinevirtual

Definition at line 33 of file KVDatedFileManager.h.

Member Function Documentation

◆ Compare()

Int_t KVSortableDatedFile::Compare ( const TObject *  obj) const
virtual

Compare two files according to their timestamp. Used to sort lists, most recent files appear first

Definition at line 167 of file KVDatedFileManager.cpp.

◆ GetTimeStamp()

KVDatime KVSortableDatedFile::GetTimeStamp ( ) const
inline

Definition at line 36 of file KVDatedFileManager.h.

◆ IsEqual()

Bool_t KVSortableDatedFile::IsEqual ( const TObject *  obj) const
virtual

Two files are the same if they have the same basename and timestamp.

Definition at line 183 of file KVDatedFileManager.cpp.

Member Data Documentation

◆ fTimestamp

KVDatime KVSortableDatedFile::fTimestamp
private

timestamp extracted from filename

Definition at line 27 of file KVDatedFileManager.h.