mercoledì 4 febbraio 2009

Playing with L1 trigger bits

Study L1 bias on csa08 data:


include "L1TriggerConfig/L1GtConfigProducers/data/L1GtConfig.cff"
replace l1GtTriggerMenuXml.TriggerMenuLuminosity = "lumi1030"
replace l1GtTriggerMenuXml.DefXmlFile = "L1Menu2008_2E30.xml"

module selectL1 = HLTLevel1GTSeed{

# string L1SeedsLogicalExpression = "(L1_ZeroBias OR L1_SingleJetCountsHFTow OR L1_DoubleJetCountsHFTow OR L1_SingleJetCountsHFRing0Sum3 OR L1_DoubleJetCountsHFRing0Sum3 OR L1_SingleJetCountsHFRing0Sum6 OR L1_DoubleJetCountsHFRing0Sum6) AND NOT L1_SingleEG2 AND NOT L1_DoubleEG1"
string L1SeedsLogicalExpression = "L1_ZeroBias AND NOT L1_SingleEG2 AND NOT L1_DoubleEG1"

InputTag L1GtReadoutRecordTag = "hltGtDigis"
bool L1TechTriggerSeeding = False
InputTag L1GtObjectMapTag = "hltL1GtObjectMap"
InputTag L1CollectionsTag = "hltL1extraParticles"
InputTag L1MuonCollectionTag = "hltL1extraParticles"

}


mistery: if paretheses are added to the logical expression, the filter complains about products not present in the event ...

test: try L1MinBias OR L1_EG versus MinBias alone

phisym-eb160-ee710-up1.5-noL1EG.cfg.tmpl : L1MinBias AND NOT L1_SingleEG2 AND NOT DoubleEG1


Launched high threshold job (500 Mev in barrel) algorithm did not work (nans)

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"

martedì 9 dicembre 2008

Parentesi graffe in Carbon Emacs

Preso e modificato file
emulate-mac-keyboard-mode.el

dalla distro di Aquaemacs

messo in /Applications/Emacs.app/Contents/Resources/site-lisp/
e .emacs.d/lisp

modificato .emacs:

(require 'emulate-mac-keyboard-mode)
(emulate-mac-italian-pro-keyboard-mode)



Non posso postare il file .el per motivi di copyright ...

venerdì 28 novembre 2008

Work

Moved phisymmetry csa07 stuff to /castor/cern.ch/user/a/argiro/archive/phisym/csa07.tar

mercoledì 12 novembre 2008

Work

1. finished and committed to UserCode/Torino/Ecal/db the XML/PopCon Ecal database stuff
2. Documented phi sym and cleaned up (needs testing) https://twiki.cern.ch/twiki/bin/view/CMS/EcalPhiSymmetry