|
DAS
3.0
Das Analysis System
|
Go to the documentation of this file. 1 #ifndef DARWIN_METAINFO_H
2 #define DARWIN_METAINFO_H
10 #ifndef DARWIN_GIT_REPO
12 # error "Provide the location of the Git repository at compile time."
14 # define DARWIN_GIT_REPO DARWIN
18 struct git_repository;
124 MetaInfo (TTree *,
const boost::property_tree::ptree&,
bool,
129 MetaInfo (TTree *,
bool,
const char*);
133 MetaInfo (TList *,
bool,
const char*);
162 const boost::property_tree::ptree&
config,
189 template<
typename Ptr,
typename ...Args>
201 void Check (
const boost::property_tree::ptree&)
const;
207 static std::map<std::string, std::string>
versions;
220 >
unsigned Seed (std::pair<unsigned short, unsigned short> slice = {1,0}
223 unsigned b = Get<int>(
"preseed");
224 unsigned k = slice.second;
225 return h + (k+1) * b;
args
Definition: Ntupliser_cfg.py:11
#define DARWIN_GIT_REPO
Definition: main.cc:21