venerdì 23 gennaio 2009

Work

1. finished event size measurements https://twiki.cern.ch/twiki/bin/view/CMS/EcalPhiSymmetry

2. moved phisym-lasercorr stuff and csa07 to /castor/cern.ch/users/a/argiro/archive and (/data/argiro) need space !

Re running s43+s156

mercoledì 21 gennaio 2009

work



Phi symmetry on CRAFT, size/noise evaluation.
HLT phisym has cuts at 150(EB) and 650(EE) , no EE here
sample is /Commissioning08/Cosmics/RECO/EW35_3T_CRUZET4_V4P_v1/0003
Size of AlCa .root (pooloutputmodule): 100000 events: 405 Mb (with edmTriggerResults)
Size of AlCa : 100000 events: 401 Mb (without edmTriggerResults)




configuration used:


process hltPhiSymTest = {


service = MessageLogger
{
untracked vstring destinations = {"cerr", "cout"}
untracked PSet cerr = { untracked string threshold = "ERROR" }
untracked PSet cout = { untracked string threshold = "WARNING" }
}

source = PoolSource {

untracked vstring fileNames = {
# "/store/data/Commissioning08/AlCaPhiSymEcal/RAW/EW35_3T_v1/000/060/302/C06C6F62-0577-DD11-9979-0030487C6062.root"


"/store/data/Commissioning08/Cosmics/RECO/EW35_3T_CRUZET4_V4P_v1/0003/00750F02-D286-DD11-BC74-0018F3D0965C.root",
"/store/data/Commissioning08/Cosmics/RECO/EW35_3T_CRUZET4_V4P_v1/0003/5687C331-FE86-DD11-9CDB-001731AF685F.root",
"/store/data/Commissioning08/Cosmics/RECO/EW35_3T_CRUZET4_V4P_v1/0003/CE5667D1-D786-DD11-87A5-003048678E94.root"


}
}
untracked PSet maxEvents = {untracked int32 input = 100000}


module hltAlCaPhiSymStream= HLTEcalPhiSymFilter {


InputTag barrelHitCollection = ecalRecHit:EcalRecHitsEB
InputTag endcapHitCollection = ecalRecHit:EcalRecHitsEE
string phiSymBarrelHitCollection = "phiSymEcalRecHitsEB"
string phiSymEndcapHitCollection = "phiSymEcalRecHitsEE"
double eCut_barrel = 0.15
double eCut_endcap = 0.650
}


module outm= PoolOutputModule {

untracked vstring outputCommands = {
"drop *",
"keep *_hltAlCaPhiSymStream_phiSymEcalRecHitsEB_*",
"keep *_hltAlCaPhiSymStream_phiSymEcalRecHitsEE_*",
"keep *_hltL1GtUnpack_*_*",
"keep L1GlobalTriggerReadoutRecord_hltGtDigis_*_*"

}

untracked string fileName = "file:/data/argiro/phiSymAlcaRecoStream.root"
}


path p= {hltAlCaPhiSymStream}
endpath out ={outm}

}

lunedì 19 gennaio 2009

Work

1. Phi Sym understanding. Launched new thresholds, parametrized upper threshold. Checked normalization of area in ee
2. DataMixer. Gave a look, emailed Mike
3. Phisym HLT monitor. Implemented in HLTriggerOffline/special and tested, committed. Instructions in "test"