#include "Fireworks/Core/interface/fwPaths.h"
#include "Fireworks/Core/interface/fwLog.h"
#include "TString.h"
#include "TSystem.h"
#include "TPRegexp.h"
#include <iostream>
#include <fstream>
Go to the source code of this file.
Namespaces | |
fireworks | |
Functions | |
bool | fireworks::acceptDataFormatsVersion (TString &n) |
const TString | fireworks::datadir ("/src/Fireworks/Core/") |
void | fireworks::getDecomposedVersion (const TString &s, int *out) |
void | fireworks::setPath (TString &v) |
int * | fireworks::supportedDataFormatsVersion () |
Variables | |
const TString | fireworks::p1 = gSystem->Getenv("CMSSW_BASE") + datadir |
const TString | fireworks::p2 = gSystem->Getenv("CMSSW_RELEASE_BASE") + datadir |