KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVDataSet Class Reference

Detailed Description

Manage an experimental dataset corresponding to a given experiment or campaign.

Definition at line 35 of file KVDataSet.h.

#include <KVDataSet.h>

Inheritance diagram for KVDataSet:

Public Member Functions

 KVDataSet ()
 Default constructor.
 
virtual ~KVDataSet ()
 
virtual void AddAvailableDataType (const Char_t *)
 
void cd () const
 
virtual void CheckAvailable ()
 
void CheckMultiRunfiles (const Char_t *data_type)
 
Bool_t CheckRunfileAvailable (const Char_t *type, Int_t run)
 
Bool_t CheckRunfileUpToDate (const Char_t *data_type, Int_t run, const Char_t *other_repos)
 
Bool_t CheckRunfileUpToDate (const Char_t *data_type, Int_t run, KVDataRepository *other_repos)
 
void CheckUpToDate (const Char_t *data_type, const Char_t *other_repos)
 
virtual Bool_t CheckUserCanAccess ()
 
void CleanMultiRunfiles (const Char_t *data_type, Bool_t confirm=kTRUE)
 
void CommitRunfile (const Char_t *type, Int_t run, TFile *file)
 
void CopyRunfilesFromRepository (const Char_t *type, KVNumberList runs, const Char_t *destdir)
 
void CopyRunfilesToRepository (const Char_t *type, KVNumberList runs, const Char_t *destrepo)
 
virtual Bool_t DataBaseNeedsUpdate () const
 
Bool_t DataBaseUpdateInProgress () const
 
void DeleteRunfile (const Char_t *type, Int_t run, Bool_t confirm=kTRUE)
 
void DeleteRunfiles (const Char_t *type, KVNumberList lrun="", Bool_t confirm=kTRUE)
 
Bool_t FindDataSetFile (const Char_t *filename)
 
KVDataAnalysisTaskGetAnalysisTask (const Char_t *keywords) const
 
KVDataAnalysisTaskGetAnalysisTask (Int_t) const
 
virtual KVDataAnalysisTaskGetAnalysisTaskAny (const Char_t *keywords) const
 
virtual const Char_tGetAvailableDataTypes () const
 
KVAvailableRunsFileGetAvailableRunsFile (const Char_t *type) const
 
KVExpDBGetDataBase (Option_t *opt="") const
 
virtual const Char_tGetDataPathSubdir () const
 Returns name of top-level directory in data repository used to store data files for this dataset.
 
const Char_tGetDataSetDir () const
 
Bool_t GetDataSetEnv (const Char_t *type, Bool_t defval) const
 
const Char_tGetDataSetEnv (const Char_t *type, const Char_t *defval="") const
 
Double_t GetDataSetEnv (const Char_t *type, Double_t defval) const
 
const Char_tGetDataTypeSubdir (const Char_t *type) const
 
TString GetFullPathToDataSetFile (const Char_t *filename)
 
TString GetFullPathToRunfile (const Char_t *type, Int_t run) const
 
virtual TListGetListOfAvailableSystems (const Char_t *datatype, KVDBSystem *systol=0)
 
virtual TListGetListOfAvailableSystems (KVDataAnalysisTask *datan, KVDBSystem *systol=0)
 
virtual Int_t GetNtasks () const
 
TString GetOutputRepository (const Char_t *taskname) const
 
virtual const Char_tGetReconstructedEventClassName () const
 
KVDataRepositoryGetRepository () const
 Get pointer to data repository in which dataset is stored.
 
TDatime GetRunfileDate (const Char_t *type, Int_t run)
 
const Char_tGetRunfileName (const Char_t *type, Int_t run) const
 
KVNumberList GetRunList (const Char_t *data_type, const KVDBSystem *sys=0) const
 
KVNumberList GetRunList_DateSelection (const Char_t *type, TDatime *min=0, TDatime *max=0)
 
KVNumberList GetRunList_StageSelection (const Char_t *other_type, const Char_t *base_type, KVDBSystem *sys=0, Bool_t OnlyCol=kFALSE)
 
KVNumberList GetRunList_VersionSelection (const Char_t *type, const Char_t *version, KVDBSystem *sys=0)
 
KVNumberList GetUpdatableRuns (const Char_t *data_type, const Char_t *other_repos)
 
Bool_t HasCalibIdentInfos () const
 
virtual Bool_t HasDataType (const Char_t *data_type) const
 
virtual Bool_t IsAvailable () const
 Returns kTRUE if this dataset is available for analysis, i.e. if any associated data files are stored in the data repository.
 
virtual void ls (Option_t *opt="") const
 Print dataset information.
 
virtual void MakeAnalysisClass (const Char_t *task, const Char_t *classname)
 
TFileNewRunfile (const Char_t *type, Int_t run)
 
Bool_t OpenDataSetFile (const Char_t *filename, std::ifstream &file)
 
template<typename FileType >
FileType * OpenRunfile (const Char_t *type, Int_t run)
 
TObjectOpenRunfile (const Char_t *type, Int_t run)
 
virtual void Print (Option_t *opt="") const
 
virtual void SaveDataBase () const
 
virtual void SetAnalysisTasks (const KVSeqCollection *)
 
virtual void SetAvailable (Bool_t yes=kTRUE)
 
virtual void SetDataPathSubdir (const Char_t *s)
 
void SetName (const char *name)
 
void SetRepository (KVDataRepository *)
 Set pointer to data repository in which dataset is stored.
 
virtual void SetUserGroups (const Char_t *groups)
 
void UpdateAvailableRuns (const Char_t *type)
 
- Public Member Functions inherited from KVBase
 KVBase ()
 Default constructor.
 
 KVBase (const Char_t *name, const Char_t *title="")
 Ctor for object with given name and type.
 
 KVBase (const KVBase &)
 copy ctor
 
virtual ~KVBase ()
 
virtual void Clear (Option_t *opt="")
 Clear object properties : name, type/title, number, label.
 
virtual void Copy (TObject &) const
 Make a copy of this object.
 
const Char_tGetLabel () const
 
UInt_t GetNumber () const
 
UInt_t GetNumberOfObjects () const
 
virtual TObjectGetObject () const
 
virtual const Char_tGetType () const
 
Bool_t HasLabel () const
 
virtual Bool_t IsCalled (const Char_t *name) const
 
Bool_t IsLabelled (const Char_t *l) const
 
virtual Bool_t IsType (const Char_t *typ) const
 
virtual void List ()
 
KVBaseoperator= (const KVBase &)
 copy assignment operator
 
Double_t ProtectedGetX (const TF1 *func, Double_t val, int &status, Double_t xmin=0.0, Double_t xmax=0.0) const
 
void SetLabel (const Char_t *lab)
 
virtual void SetNumber (UInt_t num)
 
virtual void SetType (const Char_t *str)
 
- Public Member Functions inherited from TNamed
 TNamed ()
 
 TNamed (const char *name, const char *title)
 
 TNamed (const TNamed &named)
 
 TNamed (const TString &name, const TString &title)
 
virtual ~TNamed ()
 
void Clear (Option_t *option="") override
 
TObjectClone (const char *newname="") const override
 
Int_t Compare (const TObject *obj) const override
 
void Copy (TObject &named) const override
 
virtual void FillBuffer (char *&buffer)
 
const char * GetName () const override
 
const char * GetTitle () const override
 
ULong_t Hash () const override
 
TClassIsA () const override
 
Bool_t IsSortable () const override
 
void ls (Option_t *option="") const override
 
TNamedoperator= (const TNamed &rhs)
 
void Print (Option_t *option="") const override
 
virtual void SetNameTitle (const char *name, const char *title)
 
virtual void SetTitle (const char *title="")
 
virtual Int_t Sizeof () const
 
void Streamer (TBuffer &) override
 
void StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b)
 
- Public Member Functions inherited from TObject
 TObject ()
 
 TObject (const TObject &object)
 
virtual ~TObject ()
 
void AbstractMethod (const char *method) const
 
virtual void AppendPad (Option_t *option="")
 
virtual void Browse (TBrowser *b)
 
ULong_t CheckedHash ()
 
virtual const char * ClassName () const
 
virtual void Delete (Option_t *option="")
 
virtual Int_t DistancetoPrimitive (Int_t px, Int_t py)
 
virtual void Draw (Option_t *option="")
 
virtual void DrawClass () const
 
virtual TObjectDrawClone (Option_t *option="") const
 
virtual void Dump () const
 
virtual void Error (const char *method, const char *msgfmt,...) const
 
virtual void Execute (const char *method, const char *params, Int_t *error=nullptr)
 
virtual void Execute (TMethod *method, TObjArray *params, Int_t *error=nullptr)
 
virtual void ExecuteEvent (Int_t event, Int_t px, Int_t py)
 
virtual void Fatal (const char *method, const char *msgfmt,...) const
 
virtual TObjectFindObject (const char *name) const
 
virtual TObjectFindObject (const TObject *obj) const
 
virtual Option_tGetDrawOption () const
 
virtual const char * GetIconName () const
 
virtual char * GetObjectInfo (Int_t px, Int_t py) const
 
virtual Option_tGetOption () const
 
virtual UInt_t GetUniqueID () const
 
virtual Bool_t HandleTimer (TTimer *timer)
 
Bool_t HasInconsistentHash () const
 
virtual void Info (const char *method, const char *msgfmt,...) const
 
virtual Bool_t InheritsFrom (const char *classname) const
 
virtual Bool_t InheritsFrom (const TClass *cl) const
 
virtual void Inspect () const
 
void InvertBit (UInt_t f)
 
Bool_t IsDestructed () const
 
virtual Bool_t IsEqual (const TObject *obj) const
 
virtual Bool_t IsFolder () const
 
R__ALWAYS_INLINE Bool_t IsOnHeap () const
 
R__ALWAYS_INLINE Bool_t IsZombie () const
 
void MayNotUse (const char *method) const
 
virtual Bool_t Notify ()
 
void Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const
 
void operator delete (void *ptr)
 
void operator delete (void *ptr, void *vp)
 
void operator delete[] (void *ptr)
 
void operator delete[] (void *ptr, void *vp)
 
voidoperator new (size_t sz)
 
voidoperator new (size_t sz, void *vp)
 
voidoperator new[] (size_t sz)
 
voidoperator new[] (size_t sz, void *vp)
 
TObjectoperator= (const TObject &rhs)
 
virtual void Paint (Option_t *option="")
 
virtual void Pop ()
 
virtual Int_t Read (const char *name)
 
virtual void RecursiveRemove (TObject *obj)
 
void ResetBit (UInt_t f)
 
virtual void SaveAs (const char *filename="", Option_t *option="") const
 
virtual void SavePrimitive (std::ostream &out, Option_t *option="")
 
void SetBit (UInt_t f)
 
void SetBit (UInt_t f, Bool_t set)
 
virtual void SetDrawOption (Option_t *option="")
 
virtual void SetUniqueID (UInt_t uid)
 
void StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b)
 
virtual void SysError (const char *method, const char *msgfmt,...) const
 
R__ALWAYS_INLINE Bool_t TestBit (UInt_t f) const
 
Int_t TestBits (UInt_t f) const
 
virtual void UseCurrentStyle ()
 
virtual void Warning (const char *method, const char *msgfmt,...) const
 
virtual Int_t Write (const char *name=nullptr, Int_t option=0, Int_t bufsize=0)
 
virtual Int_t Write (const char *name=nullptr, Int_t option=0, Int_t bufsize=0) const
 

Static Public Member Functions

static Bool_t FindDataSetFile (const TString &dataset, const Char_t *filename)
 
static TString GetFullPathToDataSetFile (const TString &dataset, const Char_t *filename)
 
static Bool_t OpenDataSetFile (const TString &dataset, const Char_t *filename, std::ifstream &file)
 
- Static Public Member Functions inherited from KVBase
static Bool_t AreEqual (Double_t x, Double_t y, Long64_t maxdif=1)
 Comparison between two 64-bit floating-point values.
 
static void BackupFileWithDate (const Char_t *path)
 
static void CombineFiles (const Char_t *file1, const Char_t *file2, const Char_t *newfilename, Bool_t keep=kTRUE)
 
static void Deprecated (const char *method, const char *advice)
 
static Bool_t FindClassSourceFiles (const Char_t *class_name, KVString &imp_file, KVString &dec_file, const Char_t *dir_name=".")
 
static Bool_t FindExecutable (TString &exec, const Char_t *path="$(PATH)")
 
static const Char_tFindFile (const Char_t *search, TString &wfil)
 
static const Char_tGetBINDIRFilePath (const Char_t *namefile="")
 
static const Char_tGetDATABASEFilePath ()
 
static const Char_tGetDATADIRFilePath (const Char_t *namefile="")
 
static Bool_t GetDataSetEnv (const Char_t *dataset, const Char_t *type, Bool_t defval)
 
static const Char_tGetDataSetEnv (const Char_t *dataset, const Char_t *type, const Char_t *defval)
 
static Double_t GetDataSetEnv (const Char_t *dataset, const Char_t *type, Double_t defval)
 
static const Char_tGetETCDIRFilePath (const Char_t *namefile="")
 
static const Char_tGetExampleFilePath (const Char_t *library, const Char_t *namefile)
 Return full path to example file for given library (="KVMultiDet", "BackTrack", etc.)
 
static const Char_tGetINCDIRFilePath (const Char_t *namefile="")
 
static const Char_tGetKVBuildDate ()
 Returns KaliVeda build date.
 
static const Char_tGetKVBuildDir ()
 Returns top-level directory used for build.
 
static const Char_tGetKVBuildTime ()
 Returns KaliVeda build time.
 
static const Char_tGetKVBuildType ()
 Returns KaliVeda build type (cmake build: Release, Debug, RelWithDebInfo, ...)
 
static const Char_tGetKVBuildUser ()
 Returns username of person who performed build.
 
static const Char_tGetKVSourceDir ()
 Returns top-level directory of source tree used for build.
 
static const Char_tGetKVVersion ()
 Returns KaliVeda version string.
 
static const Char_tGetLIBDIRFilePath (const Char_t *namefile="")
 
static const Char_tGetListOfPlugins (const Char_t *base)
 
static const Char_tGetListOfPluginURIs (const Char_t *base)
 
static const Char_tGetPluginURI (const Char_t *base, const Char_t *plugin)
 
static void GetTempFileName (TString &base)
 
static const Char_tGetTEMPLATEDIRFilePath (const Char_t *namefile="")
 
static const Char_tGetWORKDIRFilePath (const Char_t *namefile="")
 
static const Char_tgitBranch ()
 Returns git branch of sources.
 
static const Char_tgitCommit ()
 Returns last git commit of sources.
 
static void InitEnvironment ()
 
static bool is_gnuinstall ()
 
static Bool_t IsThisAPlugin (const TString &uri, TString &base)
 
static TPluginHandlerLoadPlugin (const Char_t *base, const Char_t *uri="0")
 
static Bool_t OpenContextMenu (const char *method, TObject *obj, const char *alt_method_name="")
 
static void OpenTempFile (TString &base, std::ofstream &fp)
 
static void PrintSplashScreen ()
 Prints welcome message and infos on version etc.
 
static Bool_t SearchAndOpenKVFile (const Char_t *name, KVSQLite::database &dbfile, const Char_t *kvsubdir="")
 
static Bool_t SearchAndOpenKVFile (const Char_t *name, std::ifstream &file, const Char_t *kvsubdir="", KVLockfile *locks=0)
 
static Bool_t SearchAndOpenKVFile (const Char_t *name, std::ofstream &file, const Char_t *kvsubdir="", KVLockfile *locks=0)
 
static Bool_t SearchKVFile (const Char_t *name, TString &fullpath, const Char_t *kvsubdir="")
 
static const Char_tWorkingDirectory ()
 
- Static Public Member Functions inherited from TNamed
static TClassClass ()
 
static const char * Class_Name ()
 
static constexpr Version_t Class_Version ()
 
static const char * DeclFileName ()
 
- Static Public Member Functions inherited from TObject
static TClassClass ()
 
static const char * Class_Name ()
 
static constexpr Version_t Class_Version ()
 
static const char * DeclFileName ()
 
static Longptr_t GetDtorOnly ()
 
static Bool_t GetObjectStat ()
 
static void SetDtorOnly (void *obj)
 
static void SetObjectStat (Bool_t stat)
 

Private Types

enum  { kAvailable = BIT(14) }
 

Private Member Functions

virtual const Char_tGetBaseFileName (const Char_t *type, Int_t run) const
 
const Char_tGetDBFileName () const
 
const Char_tGetDBName () const
 
const Char_tGetFullPathToDB () const
 Returns full path to file where database is written on disk.
 
TObjectopen_runfile (const Char_t *type, Int_t run)
 
virtual void OpenDataBase (Option_t *opt="") const
 
virtual void OpenDBFile (const Char_t *full_path_to_dbfile) const
 Open the database from a file on disk.
 
void SetDataSetSpecificTaskParameters (KVDataAnalysisTask *) const
 
void SetDBFileName (const Char_t *name)
 
void SetDBName (const Char_t *name)
 
virtual void WriteDBFile (const Char_t *full_path_to_dbfile) const
 

Private Attributes

KVUniqueNameList fAllTasks
 all data analysis tasks for this dataset
 
KVList fAvailableRuns
 list of KVAvailableRunsFile objects used to read infos on available runs
 
TString fCalibDir
 directory containing database, calibration, identification parameters etc. for dataset
 
KVExpDBfDataBase
 pointer to dataset's database
 
Bool_t fDataBaseUpdateInProgress = false
 
TString fDatatypes
 list of types of data which are available for this dataset
 
std::unique_ptr< TFilefDBase
 file containing database
 
Bool_t fDBBuild
 has the database been built by us ?
 
TString fDBFileName
 name of file in which database is stored on disk
 
TString fDBName
 name of database
 
KVDataRepositoryfRepository
 repository in which dataset is stored
 
KVUniqueNameList fTasks
 possible data analysis tasks for this dataset (available data only)
 
TString fUserGroups
 list of user groups allowed to read data
 

Friends

class KVAvailableRunsFile
 
class KVDataSetManager
 

Additional Inherited Members

- Public Types inherited from KVBase
enum  EKaliVedaBits { kIsKaliVedaObject = BIT(23) }
 
- Public Types inherited from TObject
enum  EDeprecatedStatusBits
 
enum  EStatusBits
 
- Public Attributes inherited from TObject
 kBitMask
 
 kCanDelete
 
 kCannotPick
 
 kHasUUID
 
 kInconsistent
 
 kInvalidObject
 
 kIsOnHeap
 
 kIsReferenced
 
 kMustCleanup
 
 kNoContextMenu
 
 kNotDeleted
 
 kObjInCanvas
 
 kOverwrite
 
 kSingleKey
 
 kWriteDelete
 
 kZombie
 
- Protected Member Functions inherited from TObject
virtual void DoError (int level, const char *location, const char *fmt, va_list va) const
 
void MakeZombie ()
 
- Protected Attributes inherited from TNamed
TString fName
 
TString fTitle
 
- Protected Attributes inherited from TObject
 kOnlyPrepStep
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
private
Enumerator
kAvailable 

Definition at line 52 of file KVDataSet.h.

Constructor & Destructor Documentation

◆ KVDataSet()

KVDataSet::KVDataSet ( )

Default constructor.

Definition at line 35 of file KVDataSet.cpp.

◆ ~KVDataSet()

virtual KVDataSet::~KVDataSet ( )
inlinevirtual

Definition at line 86 of file KVDataSet.h.

Member Function Documentation

◆ AddAvailableDataType()

void KVDataSet::AddAvailableDataType ( const Char_t type)
virtual

Definition at line 532 of file KVDataSet.cpp.

◆ cd()

void KVDataSet::cd ( ) const

Data analysis can only be performed if the data set in question is "activated" or "selected" using this method. At the same time, the data repository, dataset manager and database associated with this dataset also become the "active" ones (pointed to by the respective global pointers, gDataRepository, gDataBase, etc. etc.)

Definition at line 745 of file KVDataSet.cpp.

◆ CheckAvailable()

void KVDataSet::CheckAvailable ( )
virtual

Check if this data set is physically present and available for analysis. In other words we check if the value of GetDatapathSubdir() is a subdirectory of the given data repository If so, we proceed to check for the existence of any of the datatypes defined in

KVDataSet.DataTypes:

by checking for the associated sudirectories defined in the corresponding variables:

KVDataSet.DataType.Subdir.[type]:

If none of them exists, the dataset will be reset to 'unavailable' Otherwise the corresponding flags are set.

Note that if SetUserGroups has been called with a list of groups allowed to read this data, the current user's name (gSystem->GetUserInfo()->fUser) will be used to check if the dataset is available. The user name must appear in the group defined by SetUserGroups.

Definition at line 475 of file KVDataSet.cpp.

◆ CheckMultiRunfiles()

void KVDataSet::CheckMultiRunfiles ( const Char_t data_type)

Check all runs for a given datatype and make sure that only one version exists for each run. If not, we print a report on the runfiles which occur multiple times, with the associated date and file name.

Definition at line 1422 of file KVDataSet.cpp.

◆ CheckRunfileAvailable()

Bool_t KVDataSet::CheckRunfileAvailable ( const Char_t type,
Int_t  run 
)

We check the availability of the run by looking in the available runs file associated with the given datatype. check data type is available

Definition at line 985 of file KVDataSet.cpp.

◆ CheckRunfileUpToDate() [1/2]

Bool_t KVDataSet::CheckRunfileUpToDate ( const Char_t data_type,
Int_t  run,
const Char_t other_repos 
)

Use this method to check whether the file of type "data_type" for run number "run" in the data repository "other_repos" is more recent than the file contained in the data repository corresponding to this dataset. Returns kTRUE if no repository with name "other_repos" exists. Returns kFALSE if file in other repository is more recent.

Definition at line 1589 of file KVDataSet.cpp.

◆ CheckRunfileUpToDate() [2/2]

Bool_t KVDataSet::CheckRunfileUpToDate ( const Char_t data_type,
Int_t  run,
KVDataRepository other_repos 
)

Use this method to check whether the file of type "data_type" for run number "run" in the data repository "other_repos" is more recent than the file contained in the data repository corresponding to this dataset. Returns kFALSE if file in other repository is more recent.

Definition at line 1555 of file KVDataSet.cpp.

◆ CheckUpToDate()

void KVDataSet::CheckUpToDate ( const Char_t data_type,
const Char_t other_repos 
)

Check whether all files of type "data_type" for run number "run" in the data repository are up to date (i.e. at least as recent) as compared to the files in data repository "other_repos".

Definition at line 1614 of file KVDataSet.cpp.

◆ CheckUserCanAccess()

Bool_t KVDataSet::CheckUserCanAccess ( )
virtual

if fUserGroups has been set with SetUserGroups(), we check that the current user's name (gSystem->GetUserInfo()->fUser) appears in at least one of the groups in the list. Returns kFALSE if user's name is not found in any of the groups. if fUserGroups="" (default), we return kTRUE for all users.

Definition at line 1365 of file KVDataSet.cpp.

◆ CleanMultiRunfiles()

void KVDataSet::CleanMultiRunfiles ( const Char_t data_type,
Bool_t  confirm = kTRUE 
)

Check all runs for a given datatype and make sure that only one version exists for each run. If not, we print a report on the runfiles which occur multiple times, with the associated date and file name, and then we destroy all but the most recent version of the file in the repository, and update the runlist accordingly. By default, we ask for confirmation before deleting each file. Call with confirm=kFALSE to delete WITHOUT CONFIRMATION (DANGER!! WARNING!!!)

Definition at line 1472 of file KVDataSet.cpp.

◆ CommitRunfile()

void KVDataSet::CommitRunfile ( const Char_t type,
Int_t  run,
TFile file 
)

Commit a runfile previously created with NewRunfile() to the repository. Any previous version of the runfile will be deleted. The available runs list for this data 'type' is updated.

Definition at line 1321 of file KVDataSet.cpp.

◆ CopyRunfilesFromRepository()

void KVDataSet::CopyRunfilesFromRepository ( const Char_t type,
KVNumberList  runs,
const Char_t destdir 
)

Copies the runfiles of given "type" into the local directory "destdir". Run numbers given as a list of type "1-10".

Definition at line 2089 of file KVDataSet.cpp.

◆ CopyRunfilesToRepository()

void KVDataSet::CopyRunfilesToRepository ( const Char_t type,
KVNumberList  runs,
const Char_t destrepo 
)

Copies the runfiles of given "type" from the data repository associated with this dataset into the local repository "destrepo". Run numbers given as a list of type "1-10".

Definition at line 2113 of file KVDataSet.cpp.

◆ DataBaseNeedsUpdate()

Bool_t KVDataSet::DataBaseNeedsUpdate ( ) const
virtual

Returns kTRUE if database needs to be regenerated from source files, i.e. if source files are more recent than DataBase.root In case no directory exists for dataset (dataset added 'on the fly') we create the directory and fill it with dummy files (Makefile, Runlist.csv, Systems.dat)

Definition at line 1994 of file KVDataSet.cpp.

◆ DataBaseUpdateInProgress()

Bool_t KVDataSet::DataBaseUpdateInProgress ( ) const
inline

Definition at line 78 of file KVDataSet.h.

◆ DeleteRunfile()

void KVDataSet::DeleteRunfile ( const Char_t type,
Int_t  run,
Bool_t  confirm = kTRUE 
)

Delete the file for the given run of data type "type" from the repository. By default, confirm=kTRUE, which means that the user will be asked to confirm that the file should be deleted. If confirm=kFALSE, no confirmation will be asked for and the file will be deleted straight away.

WARNING: this really does DELETE files in the repository, they cannot be retrieved once they have been deleted.

Definition at line 1092 of file KVDataSet.cpp.

◆ DeleteRunfiles()

void KVDataSet::DeleteRunfiles ( const Char_t type,
KVNumberList  nl = "",
Bool_t  confirm = kTRUE 
)

Delete files corresponding to a list of runs of data type "type" from the repository. By default, confirm=kTRUE, which means that the user will be asked to confirm that each file should be deleted. If confirm=kFALSE, no confirmation will be asked for and the file will be deleted straight away. if "nl" is empty (default value) all runs of the dataset corresponding to the given type will be deleted WARNING: this really does DELETE files in the repository, they cannot be retrieved once they have been deleted.

Definition at line 1136 of file KVDataSet.cpp.

◆ FindDataSetFile() [1/2]

Bool_t KVDataSet::FindDataSetFile ( const Char_t filename)

Find a file in the dataset directory (given by GetDataSetDir()) Returns kTRUE if found, kFALSE if not

Definition at line 1948 of file KVDataSet.cpp.

◆ FindDataSetFile() [2/2]

Bool_t KVDataSet::FindDataSetFile ( const TString dataset,
const Char_t filename 
)
static

Static method to find a file in the dataset directory (given by GetDataSetDir()) Returns kTRUE if found, kFALSE if not

Definition at line 1932 of file KVDataSet.cpp.

◆ GetAnalysisTask() [1/2]

KVDataAnalysisTask * KVDataSet::GetAnalysisTask ( const Char_t keywords) const

This method returns a pointer to the available analysis task whose description (title) contains all of the whitespace-separated keywords (which may be regular expressions) given in the string "keywords". The comparison is case-insensitive.

WARNING: this method can only be used to access analysis tasks that are available for this dataset, i.e. for which the corresponding prerequisite data type is available in the repository. For unavailable data/tasks, use GetAnalysisTaskAny(const Char_t*).

EXAMPLES Let us suppose that the current dataset has the following list of tasks:

root [2] gDataSet->Print("tasks")
1. Event reconstruction from raw data (raw->recon)
2. Analysis of raw data
3. Identification of reconstructed events (recon->ident)
4. Analysis of reconstructed events (recon)
5. Analysis of partially identified & calibrated reconstructed events (ident)
6. Analysis of fully calibrated physical data (root)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
virtual void Print(Option_t *opt="") const

Then the following will occur:

root [14] gDataSet->GetAnalysisTask("raw->recon")->Print()
KVDataAnalysisTask : Event reconstruction from raw data (raw->recon)
root [10] gDataSet->GetAnalysisTask("analysis root")->Print()
KVDataAnalysisTask : Analysis of fully calibrated physical data (root)
Define and manage data analysis tasks.
virtual void Print(Option_t *opt="") const
KVDataAnalysisTask * GetAnalysisTask(Int_t) const

case-insensitive search for matches in list based on 'title' attribute

Definition at line 1751 of file KVDataSet.cpp.

◆ GetAnalysisTask() [2/2]

KVDataAnalysisTask * KVDataSet::GetAnalysisTask ( Int_t  k) const

Return kth analysis task in list of available tasks. k=[1, GetNtasks()] and corresponds to the number shown next to the title of the task when KVDataSet::Print("tasks") is called

Definition at line 598 of file KVDataSet.cpp.

◆ GetAnalysisTaskAny()

KVDataAnalysisTask * KVDataSet::GetAnalysisTaskAny ( const Char_t keywords) const
virtual

This method returns the analysis task whose description (title) contains all of the whitespace-separated keywords (which may be regular expressions) given in the string "keywords". The comparison is case-insensitive. The analysis task does not need to be "available", i.e. the associated prerequisite data type does not have to be present in the repository (see GetAnalysisTask).

If no task is found, returns nullptr

Definition at line 1968 of file KVDataSet.cpp.

◆ GetAvailableDataTypes()

virtual const Char_t * KVDataSet::GetAvailableDataTypes ( ) const
inlinevirtual

Definition at line 106 of file KVDataSet.h.

◆ GetAvailableRunsFile()

KVAvailableRunsFile * KVDataSet::GetAvailableRunsFile ( const Char_t type) const

Returns available runs file object for given data 'type' (="raw", "recon", "ident", "root") Object will be created and added to internal list if it does not exist

Definition at line 50 of file KVDataSet.cpp.

◆ GetBaseFileName()

const Char_t * KVDataSet::GetBaseFileName ( const Char_t type,
Int_t  run 
) const
privatevirtual

PRIVATE METHOD: Returns base name of data file containing data for the run of given datatype. The filename corresponds to one of the formats defined in $KVROOT/KVFiles/.kvrootrc by variables like:

[dataset].DataSet.RunFileName.[type]: runR.dat

R will be replaced with the run number IF the format contains 'D' it will be replaced with the current date and time

Definition at line 1013 of file KVDataSet.cpp.

◆ GetDataBase()

KVExpDB * KVDataSet::GetDataBase ( Option_t opt = "") const

Returns pointer to database associated with this dataset. Opens, updates or creates database file if necessary (the database is automatically rebuilt if the source files are more recent than the last database file).

If opt="update": close and delete database if already open regenerate database from source files Use this option to force the regeneration of the database.

Definition at line 289 of file KVDataSet.cpp.

◆ GetDataPathSubdir()

virtual const Char_t * KVDataSet::GetDataPathSubdir ( ) const
inlinevirtual

Returns name of top-level directory in data repository used to store data files for this dataset.

Definition at line 95 of file KVDataSet.h.

◆ GetDataSetDir()

const Char_t * KVDataSet::GetDataSetDir ( ) const

Returns full path to directory containing database and calibration/identification parameters etc. for this dataset.

Definition at line 729 of file KVDataSet.cpp.

◆ GetDataSetEnv() [1/3]

Bool_t KVDataSet::GetDataSetEnv ( const Char_t type,
Bool_t  defval 
) const

Will look for gEnv->GetValue "name_of_dataset.type" then simply "type" if no dataset-specific value is found. If neither resource is defined, return the "defval" default value

Definition at line 801 of file KVDataSet.cpp.

◆ GetDataSetEnv() [2/3]

const Char_t * KVDataSet::GetDataSetEnv ( const Char_t type,
const Char_t defval = "" 
) const

Will look for gEnv->GetValue "name_of_dataset.type" then simply "type" if no dataset-specific value is found. If neither resource is defined, return the "defval" default value (="" by default)

Definition at line 767 of file KVDataSet.cpp.

◆ GetDataSetEnv() [3/3]

Double_t KVDataSet::GetDataSetEnv ( const Char_t type,
Double_t  defval 
) const

Will look for gEnv->GetValue "name_of_dataset.type" then simply "type" if no dataset-specific value is found. If neither resource is defined, return the "defval" default value

Definition at line 784 of file KVDataSet.cpp.

◆ GetDataTypeSubdir()

const Char_t * KVDataSet::GetDataTypeSubdir ( const Char_t type) const
inline

returns name to be used for subdirectory corresponding to given data type

Definition at line 99 of file KVDataSet.h.

◆ GetDBFileName()

const Char_t * KVDataSet::GetDBFileName ( ) const
private

Returns name of file containing database for dataset. If this is not set explicitly with SetDBFileName(), the default value defined by DataSet.DatabaseFile in $KVROOT/KVFiles/.kvrootrc will be returned.

Definition at line 72 of file KVDataSet.cpp.

◆ GetDBName()

const Char_t * KVDataSet::GetDBName ( ) const
private

Returns name of database object in database file. If this is not set explicitly with SetDBName(), we use the name of the dataset by default

Definition at line 89 of file KVDataSet.cpp.

◆ GetFullPathToDataSetFile() [1/2]

TString KVDataSet::GetFullPathToDataSetFile ( const Char_t filename)

Find a file in the dataset directory (given by GetDataSetDir()) Returns full path to file if found, empty string if not

Definition at line 1898 of file KVDataSet.cpp.

◆ GetFullPathToDataSetFile() [2/2]

TString KVDataSet::GetFullPathToDataSetFile ( const TString dataset,
const Char_t filename 
)
static

Static method to find a file in the dataset directory (given by GetDataSetDir()) Returns full path to file if found, empty string if not

Definition at line 1912 of file KVDataSet.cpp.

◆ GetFullPathToDB()

const Char_t * KVDataSet::GetFullPathToDB ( ) const
private

Returns full path to file where database is written on disk.

Definition at line 131 of file KVDataSet.cpp.

◆ GetFullPathToRunfile()

TString KVDataSet::GetFullPathToRunfile ( const Char_t type,
Int_t  run 
) const

Return full path to file containing data of given datatype for given run number of this dataset. NB. only works for available run files, if their is no file in the repository for this run, the returned path will be empty. This path should be used with e.g. TChain::Add. get name of file from available runs file

Definition at line 897 of file KVDataSet.cpp.

◆ GetListOfAvailableSystems() [1/2]

TList * KVDataSet::GetListOfAvailableSystems ( const Char_t datatype,
KVDBSystem systol = 0 
)
virtual

Create and fill a list of available systems for this dataset and the given datatype

This uses the database associated to the dataset. USER MUST DELETE THE LIST AFTER USE.

For each system in the list we set the number of available runs : this number can be retrieved with KVDBSystem::GetNumberRuns()

If systol!=0 then in fact the list contains a list of runs for the given system which are available.

If no systems are defined for the dataset then we return a list of available runs for the given datatype open the available runs file for the data type

Definition at line 623 of file KVDataSet.cpp.

◆ GetListOfAvailableSystems() [2/2]

TList * KVDataSet::GetListOfAvailableSystems ( KVDataAnalysisTask datan,
KVDBSystem systol = 0 
)
virtual

Create and fill a list of available systems for this dataset and the prerequisite datatype for the given data analysis task. This uses the database associated to the dataset. USER MUST DELETE THE LIST AFTER USE.

For each system in the list we set the number of available runs : this number can be retrieved with KVDBSystem::GetNumberRuns()

If systol!=0 then in fact the list contains a list of runs for the given system which are available.

If no systems are defined for the dataset then we return a list of available runs for the given datatype

Definition at line 663 of file KVDataSet.cpp.

◆ GetNtasks()

Int_t KVDataSet::GetNtasks ( ) const
virtual

Returns the number of tasks associated to dataset which are compatible with the available data

Definition at line 583 of file KVDataSet.cpp.

◆ GetOutputRepository()

TString KVDataSet::GetOutputRepository ( const Char_t taskname) const

Returns name of output repository for given task. By default it is the name of the repository associated with this dataset, but can be changed by the following environment variables:

[repository].DefaultOutputRepository: [other repository]

  • this means that all tasks carried out on data in [repository] will have their output files placed in [other repository]

[taskname].DataAnalysisTask.OutputRepository: [other repository]

  • this means that for [taskname], any output files will be placed in [other repository]

[dataset].[taskname].DataAnalysisTask.OutputRepository: [other repository]

  • this means that for given [dataset] & [taskname], any output files will be placed in [other repository]

Definition at line 2058 of file KVDataSet.cpp.

◆ GetReconstructedEventClassName()

virtual const Char_t * KVDataSet::GetReconstructedEventClassName ( ) const
inlinevirtual

Returns the name of the class used to store reconstructed events for this dataset. This is defined by the value of environment variable

[dataset name].ReconstructedEventClassName: [name of class]
char name[80]

The default value (if no variable defined) is KVReconstructedEvent.

Definition at line 217 of file KVDataSet.h.

◆ GetRepository()

KVDataRepository * KVDataSet::GetRepository ( ) const

Get pointer to data repository in which dataset is stored.

Definition at line 1408 of file KVDataSet.cpp.

◆ GetRunfileDate()

TDatime KVDataSet::GetRunfileDate ( const Char_t type,
Int_t  run 
)

Return date of file containing data of given datatype for given run number of this dataset. NB. only works for available run files, if there is no file in the repository for this run, an error will be printed and the returned data is set to "Sun Jan 1 00:00:00 1995" (earliest possible date for TDatime class).

Definition at line 951 of file KVDataSet.cpp.

◆ GetRunfileName()

const Char_t * KVDataSet::GetRunfileName ( const Char_t type,
Int_t  run 
) const

Return name of file containing data of given datatype for given run number of this dataset. NB. only works for available run files, if there is no file in the repository for this run, the returned path will be empty. check data type is available

Definition at line 923 of file KVDataSet.cpp.

◆ GetRunList()

KVNumberList KVDataSet::GetRunList ( const Char_t data_type,
const KVDBSystem system = 0 
) const

Returns list of all runs available for given "data_type" If a pointer to a reaction system is given, only runs for the given system will be included in the list.

Definition at line 1699 of file KVDataSet.cpp.

◆ GetRunList_DateSelection()

KVNumberList KVDataSet::GetRunList_DateSelection ( const Char_t type,
TDatime min = 0,
TDatime max = 0 
)

Prints out and returns list of runs after date / time selection Runs generated between ]min;max[ are selected if min=NULL runs with date <max are selected if max=NULL runs with date >min are selected if max and min are NULL returns empty KVNumberList

Definition at line 1165 of file KVDataSet.cpp.

◆ GetRunList_StageSelection()

KVNumberList KVDataSet::GetRunList_StageSelection ( const Char_t type,
const Char_t ref_type,
KVDBSystem system = 0,
Bool_t  OnlyCol = kFALSE 
)

Returns list of runs which are present for data type "base_type" but not for "other_type" if type is NULL or ="" returns empty KVNumberList If pointer to system is given, only runs for the system are considered. If OnlyCol=kTRUE (kFALSE default) only systems with KVDBSystem::IsCollision()=kTRUE are considered

Definition at line 1223 of file KVDataSet.cpp.

◆ GetRunList_VersionSelection()

KVNumberList KVDataSet::GetRunList_VersionSelection ( const Char_t type,
const Char_t version,
KVDBSystem sys = 0 
)

Returns list of runs of given type that were created with the given version of KaliVeda. If system!="" then only runs for the given system are considered

Definition at line 1280 of file KVDataSet.cpp.

◆ GetUpdatableRuns()

KVNumberList KVDataSet::GetUpdatableRuns ( const Char_t data_type,
const Char_t other_repos 
)

Returns list of all runs of type "data_type" which may be updated from the repository named "other_repos". See CheckUpToDate().

Definition at line 1662 of file KVDataSet.cpp.

◆ HasCalibIdentInfos()

Bool_t KVDataSet::HasCalibIdentInfos ( ) const
inline

If calibration/identification parameters are available for this dataset This is mostly important for filtering simulations: identification telescopes are only considered 'ready for identification' if they have (at least one) associated identification grid. If no identification grids exist, this condition should not be applied.

Definition at line 232 of file KVDataSet.h.

◆ HasDataType()

virtual Bool_t KVDataSet::HasDataType ( const Char_t data_type) const
inlinevirtual

Returns kTRUE if data files of the given type are stored in the data repository If data_type="*" this method always returns kTRUE

Definition at line 126 of file KVDataSet.h.

◆ IsAvailable()

virtual Bool_t KVDataSet::IsAvailable ( ) const
inlinevirtual

Returns kTRUE if this dataset is available for analysis, i.e. if any associated data files are stored in the data repository.

Definition at line 116 of file KVDataSet.h.

◆ ls()

void KVDataSet::ls ( Option_t opt = "") const
virtual

Print dataset information.

Reimplemented from TObject.

Definition at line 403 of file KVDataSet.cpp.

◆ MakeAnalysisClass()

void KVDataSet::MakeAnalysisClass ( const Char_t task,
const Char_t classname 
)
virtual

Create a skeleton analysis class to be used for analysis of the data belonging to this dataset.

task = keywords contained in title of analysis task (see GetAnalysisTask(const Char_t*)) (you do not need to include 'analysis', it is added automatically) classname = name of new analysis class

Example: MakeAnalysisClass("raw", "MyRawDataAnalysis") --> make skeleton raw data analysis class in files MyRawDataAnalysis.cpp & MyRawDataAnalysis.h MakeAnalysisClass("fully calibrated", "MyDataAnalysis") --> make skeleton data analysis class in files MyDataAnalysis.cpp & MyDataAnalysis.h

Definition at line 1802 of file KVDataSet.cpp.

◆ NewRunfile()

TFile * KVDataSet::NewRunfile ( const Char_t type,
Int_t  run 
)

Create a new runfile for the dataset of given datatype. (only if this dataset is associated with a data repository) Once the file has been filled, use CommitRunfile to submit it to the repository.

Definition at line 1067 of file KVDataSet.cpp.

◆ open_runfile()

TObject * KVDataSet::open_runfile ( const Char_t type,
Int_t  run 
)
private

Open file containing data of given datatype for given run number of this dataset.

Returns a pointer to the opened file; if the file is not available, we return nullptr.

The user must cast the returned pointer to the correct class, which will depend on the data type and the dataset (see $KVROOT/KVFiles/.kvrootrc)

SPECIAL CASE: MFM data with EBYEDAT frames

If the variable

[dataset].MFM.WithEbyedat: yes

is set, then we expect to find the necessary ACTIONS_* files in the dataset directory in subdirectory ebyedat (they should have the same names as the data files prefixed by ACTIONS_[expname].CHC_PAR.).

If in addition the variable

[dataset].MFM.EbyedatActionsExpName: [expname]

is set, then we use the same ACTIONS file for all runs, with name ACTIONS_[expname].CHC_PAR

Definition at line 842 of file KVDataSet.cpp.

◆ OpenDataBase()

void KVDataSet::OpenDataBase ( Option_t opt = "") const
privatevirtual

Open the database for this dataset. If the database does not exist or is older than the source files the database is automatically rebuilt (see DataBaseNeedUpdate()). Use opt="UPDATE" to force rebuilding of the database.

First, we look in to see if the database file exists (if no database file name given, use default name for database file defined in .rootrc config files). If so, we open the database contained in the file, after first loading the required plugin library if needed.

The name of the dataset must correspond to the name of one of the Plugin.KVDataBase plugins defined in the .rootrc configuration files

WARNING: if the database needs to be (re)built, we set gDataSet to point to this dataset in case it was not already done, as in order to (re)build the database it may be necessary for gDataSet to point to the current dataset.

Definition at line 335 of file KVDataSet.cpp.

◆ OpenDataSetFile() [1/2]

Bool_t KVDataSet::OpenDataSetFile ( const Char_t filename,
std::ifstream &  file 
)

◆ OpenDataSetFile() [2/2]

static Bool_t KVDataSet::OpenDataSetFile ( const TString dataset,
const Char_t filename,
std::ifstream &  file 
)
static

◆ OpenDBFile()

void KVDataSet::OpenDBFile ( const Char_t full_path_to_dbfile) const
privatevirtual

Open the database from a file on disk.

Definition at line 105 of file KVDataSet.cpp.

◆ OpenRunfile() [1/2]

template<typename FileType >
FileType * KVDataSet::OpenRunfile ( const Char_t type,
Int_t  run 
)
inline

Definition at line 167 of file KVDataSet.h.

◆ OpenRunfile() [2/2]

TObject * KVDataSet::OpenRunfile ( const Char_t type,
Int_t  run 
)
inline

Definition at line 171 of file KVDataSet.h.

◆ Print()

void KVDataSet::Print ( Option_t opt = "") const
virtual

Print dataset information If option string contains "tasks", print numbered list of tasks that can be performed If option string contains "data", print list of available data types

Reimplemented from KVBase.

Definition at line 424 of file KVDataSet.cpp.

◆ SaveDataBase()

void KVDataSet::SaveDataBase ( ) const
virtual

Write the database to disk (ROOT file). It will be written in the directory $KVROOT/db/[dataset name] If the directory does not exist, it will be created. Permissions are set to 775 (rwxrwxr-x).

Default name of database file containing informations on runs, systems, calibration parameters etc.

DataSet.DatabaseFile: DataBase.root

Default name of database object in file

DataSet.DatabaseName: DataBase

Definition at line 194 of file KVDataSet.cpp.

◆ SetAnalysisTasks()

void KVDataSet::SetAnalysisTasks ( const KVSeqCollection task_list)
virtual

Add to fAllTasks list any data analysis task in list 'task_list'

Add to fTasks list any data analysis task in list 'task_list' whose pre-requisite datatype is present for this dataset.

Any dataset-specific "tweaking" of the task (including the prerequisite datatype) is done here.

Definition at line 549 of file KVDataSet.cpp.

◆ SetAvailable()

virtual void KVDataSet::SetAvailable ( Bool_t  yes = kTRUE)
inlinevirtual

Definition at line 120 of file KVDataSet.h.

◆ SetDataPathSubdir()

virtual void KVDataSet::SetDataPathSubdir ( const Char_t s)
inlinevirtual

Definition at line 90 of file KVDataSet.h.

◆ SetDataSetSpecificTaskParameters()

void KVDataSet::SetDataSetSpecificTaskParameters ( KVDataAnalysisTask t) const
private

PROTECTED METHOD Called by KVDataSet::SetAnalysisTasks Check environment variables (i.e. .kvrootrc) to see if the task parameters have been "tweaked" for the dataset.

Definition at line 159 of file KVDataSet.cpp.

◆ SetDBFileName()

void KVDataSet::SetDBFileName ( const Char_t name)
inlineprivate

Definition at line 62 of file KVDataSet.h.

◆ SetDBName()

void KVDataSet::SetDBName ( const Char_t name)
inlineprivate

Definition at line 67 of file KVDataSet.h.

◆ SetName()

void KVDataSet::SetName ( const char *  name)
virtual

Set name of dataset. Also sets path to directory containing database informations for this dataset, i.e. list of runs, systems, calibration files etc. By default, just the name of the dataset is used, i.e. [DATADIR]/name (where DATADIR = path given by KVBase::GetDATADIRFilePath()) However, if the variable [name].DataSet.Directory: [path] has been set, the value of [path] will be used. If [path] is an absolute path name, it will be used as such. If [path] is an incomplete or relative path, it will be prepended with [DATADIR]/

Reimplemented from TNamed.

Definition at line 697 of file KVDataSet.cpp.

◆ SetRepository()

void KVDataSet::SetRepository ( KVDataRepository dr)

Set pointer to data repository in which dataset is stored.

Definition at line 1396 of file KVDataSet.cpp.

◆ SetUserGroups()

virtual void KVDataSet::SetUserGroups ( const Char_t groups)
inlinevirtual

Definition at line 111 of file KVDataSet.h.

◆ UpdateAvailableRuns()

void KVDataSet::UpdateAvailableRuns ( const Char_t type)

Update list of available runs for given data 'type' check data type is available

Definition at line 1045 of file KVDataSet.cpp.

◆ WriteDBFile()

void KVDataSet::WriteDBFile ( const Char_t full_path_to_dbfile) const
privatevirtual

PRIVATE METHOD Write the database to disk. Set permissions to rw for user & group

Definition at line 255 of file KVDataSet.cpp.

Friends And Related Symbol Documentation

◆ KVAvailableRunsFile

friend class KVAvailableRunsFile
friend

Definition at line 37 of file KVDataSet.h.

◆ KVDataSetManager

friend class KVDataSetManager
friend

Definition at line 38 of file KVDataSet.h.

Member Data Documentation

◆ fAllTasks

KVUniqueNameList KVDataSet::fAllTasks
private

all data analysis tasks for this dataset

Definition at line 43 of file KVDataSet.h.

◆ fAvailableRuns

KVList KVDataSet::fAvailableRuns
mutableprivate

list of KVAvailableRunsFile objects used to read infos on available runs

Definition at line 51 of file KVDataSet.h.

◆ fCalibDir

TString KVDataSet::fCalibDir
private

directory containing database, calibration, identification parameters etc. for dataset

Definition at line 45 of file KVDataSet.h.

◆ fDataBase

KVExpDB* KVDataSet::fDataBase
mutableprivate

pointer to dataset's database

Definition at line 50 of file KVDataSet.h.

◆ fDataBaseUpdateInProgress

Bool_t KVDataSet::fDataBaseUpdateInProgress = false
mutableprivate

Definition at line 76 of file KVDataSet.h.

◆ fDatatypes

TString KVDataSet::fDatatypes
private

list of types of data which are available for this dataset

Definition at line 42 of file KVDataSet.h.

◆ fDBase

std::unique_ptr<TFile> KVDataSet::fDBase
mutableprivate

file containing database

Definition at line 47 of file KVDataSet.h.

◆ fDBBuild

Bool_t KVDataSet::fDBBuild
private

has the database been built by us ?

Definition at line 46 of file KVDataSet.h.

◆ fDBFileName

TString KVDataSet::fDBFileName
private

name of file in which database is stored on disk

Definition at line 49 of file KVDataSet.h.

◆ fDBName

TString KVDataSet::fDBName
private

name of database

Definition at line 48 of file KVDataSet.h.

◆ fRepository

KVDataRepository* KVDataSet::fRepository
private

repository in which dataset is stored

Definition at line 41 of file KVDataSet.h.

◆ fTasks

KVUniqueNameList KVDataSet::fTasks
private

possible data analysis tasks for this dataset (available data only)

Definition at line 44 of file KVDataSet.h.

◆ fUserGroups

TString KVDataSet::fUserGroups
private

list of user groups allowed to read data

Definition at line 55 of file KVDataSet.h.