Logo ROOT   6.08/07
Reference Guide
Functions | Variables
TPackMgr.cxx File Reference
#include "TError.h"
#include "TFile.h"
#include "TFunction.h"
#include "THashList.h"
#include "TList.h"
#include "TMacro.h"
#include "TMD5.h"
#include "TMethodArg.h"
#include "TMethodCall.h"
#include "TObjString.h"
#include "TPackMgr.h"
#include "TParameter.h"
#include "TMap.h"
#include "TROOT.h"
#include "TSystem.h"
Include dependency graph for TPackMgr.cxx:

Functions

static void DefaultLogger (const char *msg)
 

Variables

const char *const kGUNZIP = "gunzip"
 
const char *const kLS = "/bin/ls -l"
 
const char *const kRM = "/bin/rm -rf"
 
const char *const kUNTAR = "%s -c %s/%s | (cd %s; tar xf -)"
 
const char *const kUNTAR3 = "%s -c %s | (tar xf -)"
 

Function Documentation

◆ DefaultLogger()

static void DefaultLogger ( const char *  msg)
static

Definition at line 56 of file TPackMgr.cxx.

Variable Documentation

◆ kGUNZIP

const char* const kGUNZIP = "gunzip"

Definition at line 45 of file TPackMgr.cxx.

◆ kLS

const char* const kLS = "/bin/ls -l"

Definition at line 42 of file TPackMgr.cxx.

◆ kRM

const char* const kRM = "/bin/rm -rf"

Definition at line 41 of file TPackMgr.cxx.

◆ kUNTAR

const char* const kUNTAR = "%s -c %s/%s | (cd %s; tar xf -)"

Definition at line 43 of file TPackMgr.cxx.

◆ kUNTAR3

const char* const kUNTAR3 = "%s -c %s | (tar xf -)"

Definition at line 44 of file TPackMgr.cxx.