#include <fstream.h>
#include <Riostream.h>
#include "RVersion.h"
Go to the source code of this file.
Defines | |
#define | __NOGO4MACRO__ |
Functions | |
void | conditer (TDirectory *dir, const char *wildcard, TList *found) |
TString | MakeFuncName (const char *main, const char *objname) |
Bool_t | save1cond (TObject *obj, const char *prefix) |
void | savecond (const char *wildcard="*", const char *prefix="set") |
#define __NOGO4MACRO__ |
Definition at line 21 of file savecond.C.
void conditer | ( | TDirectory * | dir, | |
const char * | wildcard, | |||
TList * | found | |||
) |
Definition at line 37 of file savecond.C.
Referenced by savecond().
TString MakeFuncName | ( | const char * | main, | |
const char * | objname | |||
) |
Definition at line 83 of file savecond.C.
Bool_t save1cond | ( | TObject * | obj, | |
const char * | prefix | |||
) |
void savecond | ( | const char * | wildcard = "*" , |
|
const char * | prefix = "set" | |||
) |
Definition at line 131 of file savecond.C.
References conditer(), and save1cond().