#include <TBranch.h>
#include <TFile.h>
#include <TInterpreter.h>
#include <TKey.h>
#include <TLeaf.h>
#include <TROOT.h>
#include <TSystem.h>
#include <TTree.h>
#include <TTreeCloner.h>
#include <TUUID.h>
#include <map>
#include <memory>
#include <string>
#include <vector>
#include <libgen.h>
Go to the source code of this file.
|
| | Gaudi |
| | This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited.
|
| |
|
| int | merge (const char *target, const char *source, bool fixup=false, bool dbg=true) |
| |
◆ merge()
| int merge |
( |
const char * |
target, |
|
|
const char * |
source, |
|
|
bool |
fixup = false, |
|
|
bool |
dbg = true |
|
) |
| |
Definition at line 420 of file merge.C.
424 static bool first =
true;
427 gSystem->Load(
"libCintex");
428 gInterpreter->ProcessLine(
"Cintex::Enable()");
437 if ( ret == MERGE_SUCCESS ) {
438 ret =
m.merge( source );
439 if ( ret == MERGE_SUCCESS ) {
441 if ( fixup )
m.createFID();
446 ::printf(
"+++ Cannot open output file:%s\n",
target );