CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions | Variables
newFWLiteAna.py File Reference

Go to the source code of this file.

Namespaces

 newFWLiteAna
 

Functions

def newFWLiteAna.addBuildPiece
 
def newFWLiteAna.createBuildFile
 
def newFWLiteAna.extractBuildFilePiece
 

Variables

tuple newFWLiteAna.base = os.environ.get('CMSSW_BASE')
 

Main Program

More...
 
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 = base+'/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 = firstDir+'/'
 
list newFWLiteAna.target = pieces[2]
 
list newFWLiteAna.targetBuild = dirList[2]
 
list newFWLiteAna.targetCC = dirList[2]