Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /Alignment/HIPAlignmentAlgorithm/test/upload.tpl is written in an unsupported language. File is not indexed.

0001 process Alignment =
0002 {
0003   include "../home<PATH>/common.cff"
0004 
0005   source = EmptySource {}
0006 
0007   untracked PSet maxEvents = { untracked int32 input = 1 }
0008 
0009   replace HIPAlignmentAlgorithm.outpath = "<PATH>/"
0010 
0011   replace AlignmentProducer.saveToDB = true
0012 
0013   service = PoolDBOutputService
0014   {
0015     using CondDBSetup
0016 
0017     string connect  = "sqlite_file:<PATH>/alignments.db"
0018     untracked string timetype = "runnumber"
0019 
0020     VPSet toPut =
0021     {
0022       { string record = "TrackerAlignmentRcd"      string tag = "Alignments" },
0023       { string record = "TrackerAlignmentErrorExtendedRcd" string tag = "AlignmentErrorsExtended" }
0024     }
0025   }
0026 }