CMS 3D CMS Logo

Namespaces | Functions | Variables

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/PhysicsTools/FWLite/scripts/newFWLiteAna.py File Reference

Go to the source code of this file.

Namespaces

namespace  newFWLiteAna

Functions

def newFWLiteAna::addBuildPiece
def newFWLiteAna::createBuildFile
def newFWLiteAna::extractBuildFilePiece

Variables

tuple newFWLiteAna::base = os.environ.get('CMSSW_BASE')
 ################## ## ## Main Program ## ## ################## ##
string newFWLiteAna::bin = '/test'
 newFWLiteAna::build = where+buildCopy
tuple newFWLiteAna::buildCopy = os.path.dirname(copy)
tuple newFWLiteAna::buildPiece = extractBuildFilePiece(fullBuild, copy, target)
tuple newFWLiteAna::ccRE = re.compile(r'(\w+)\.cc')
 newFWLiteAna::copy = options.copy
list newFWLiteAna::dirList = [firstDir, secondDir, secondDir + bin]
string newFWLiteAna::firstDir = '/src/'
 newFWLiteAna::found = False
string newFWLiteAna::fullBuild = ''
string newFWLiteAna::fullName = ''
string newFWLiteAna::help = 'Copies example. COPY should either be a file'
tuple newFWLiteAna::match = ccRE.match(target)
 newFWLiteAna::name = where+copy
tuple newFWLiteAna::parser
list newFWLiteAna::pieces = args[0]
tuple newFWLiteAna::release_base = os.environ.get('CMSSW_RELEASE_BASE')
list newFWLiteAna::searchList
string newFWLiteAna::secondDir = '/'
list newFWLiteAna::target = pieces[2]
list newFWLiteAna::targetBuild = dirList[2]
list newFWLiteAna::targetCC = dirList[2]