Difference: AtlasWW (1 vs. 22)

Revision 222006-08-18 - JonButterworth

Line: 1 to 1
 
META TOPICPARENT name="JonButterworth"

WW scattering in ATLAS.

Changed:
<
<
This has moved [http://cvs.hep.ucl.ac.uk/trac/AtlasWW here].
>
>
This has moved here.
 
META FILEATTACHMENT attr="" comment="" date="1131221590" name="atlas_ww.ps" path="atlas_ww.ps" size="1256345" user="JonButterworth" version="1.3"

Revision 212006-08-18 - JonButterworth

Line: 1 to 1
 
META TOPICPARENT name="JonButterworth"

WW scattering in ATLAS.

Changed:
<
<
Our goal is measure WW scattering vs CM energy from threshold up to as high as possible.

  • Archive code from note and paper.
  • Sarah has put her code on her public afs area.

  • Shared code repository which allows us to to co-develop in reasonable privacy but also allows the checked out version to build/link against the ATLAS code. This is documnented in more detail below.

* Mailing list:* atlas-ww@hep.ucl.ac.uk You can browse the archived mails (but at the moment only from UCL machines).

ATLAS note

atlas_ww.ps: Latest draft 5/11/05

Outstanding issues

  • The AtlFast data was lost in a disk crash, but can be regenerated. This should be without pileup, since the pileup is unofficial/undocumented, and not a big effect anyway. We can just make a comment in the text.

  • The pileup we used is not a big effect as long as a cell threshold of 1 GeV for low luminosity and 2 GeV for high luminosity is applied. Without these it is a big effect. This is now stated in the text. I guess though we should apply the threshold at 2 GeV for all the data.

  • The smearing will be done on towers. We can't completely correctly reproduce smearing on jets by smearing towers whatever we do. And in fact, smearing cells is a better approximation to reality. If we take the radius-proportional term (by the the way, this proportionality seems to be based on a straight line drawn through two points, see page 272 of the TDR) and apply it to the tower radius, that should get the noise etc ok in that twoer, but it will neglect the noise in other towers with no true energy which may have contributed to the jet. I think the noise suppression threshold saves us - it should remove this as wellas the constant term. And Sarah has also tried increasing the constant term and shown we are insensitive to it. So I think this argument and holds and is the best that can be done at present, until there is an approved cell smearing in ATLFast.

  • Underlying event model: should we use the same parameters as in the Rome samples? Or our own? Reply from Jon (second attempt, 22 Oct) I think we should use the same as the Rome sample; this is a reasonable set of parameters which was derived from Tevatron data. Other sensible options would be to use whatever is approved for the new production (is this decided yet?), or to use PYTHIA Tune A from Rick Field (as described in the HERALHC TeV4LHC workshops. The reason I say go with the Rome parameters is that is will facilitate comparison between ATLFast and full simulation results, and yet we don't have to wait for the new DC3 parameters. If the new DC3 parameters are already known, I would suggest using them, for the same reason. (Rome used: the parameters given on this page)

  • Efficiencies and purities were discussed in the meeting on Thursday by Jon, Sarah, Stathes & Simon. Propose a two stage "measurement". First define a cross section which is (a) physically well defined and (b) in a kinematic region where ATLAS has reasonable acceptance. Then, once this is measured, correct it back to the inclusive WW rescattering cross section. The reasoning is described in the 5/11 version of the note (above) section 4. The physical cross section should be defined by the pT and eta of the W's, the fact that one is leptonic and the other hadronic, and by the kinematics of the tag jets. Note this is different from what we proposed on Thursday. I think we can use the W kinematics rather than the leptonic ones because the W decay is very well understood. And I think we need the tag jets in the cross section definition because otherwise the cross section would also include Drell-Yan type events. (We can't define the physical cross section in terms of an incoming W!).

  • Text to be checked and finalised ACTION Jon, Erckan, Stahis and Sarah

Theory

We need to check that we are generating W+W-, W+W+. Sarah did this check. We are. We would also like to generate WZ and ZZ

ACTION Brian to document how to do this, and also the W decay flags.

We would also like to cross check with the Montreal code.

Trigger

(FLT, HLT, offline selection) Document which trigger chains the signal should get through etc here. ACTION Stathes

Selection cuts

Action: Sarah to document what she actually does in the full sim analysis

The code is in ... . It started from the AnalysisExamples package.

electron

The standard preselections available in atlas are here. For electrons, I currently use:

  • ET>10GeV,
  • isolation cut of 5GeV in dR=0.3
  • isEM() & 0x07FF == 0

muon

To be selected, a muon must be highPt and have

  • chisquared < 20.0,
  • Muon Isolation cut of 5GeV.
  • pT > 5GeV
  • eta < 2.7

missing ET

The missing ET used is MET_Final, which is calib+muons+cryostat correction.

Hadronic W mass resolution

In full simulation I just use the highest pT jet.

pile up, jet finder dependence.

subjet cuts

cal granularity? How to run it practically - produce an ATHENA algorithm which takes a jet (AOD?) and produces a y cut array. Action: Pete

top mass resolution

pileup and jet finder dependence This works in AtlFast & at hadron level. Not yet working in full simulation.

tag jets

how well are they modelled? how well is the rate known? How can it be checked?

hard pt

how well is it modelled? can it be checked?

minijet veto

is it really useful? how well is it understood? use new underlying event models/tunes.

background generation

what samples do we need? which generators? we need W+jet and ttbar samples with a ptmin of about 250 GeV. However, to get decent luminosity will require a lot of CPU so we should put this in as a standing request to the SM and exotics groups, but not sweat about generating it ourselves just yet - there is a lot of work to do on the signal.

detector simulation

how much with AtlFast, how much needs full simulation?

Signal Generation

Sarah and Stathes can both generate signal with the modified pythia routine. Continuum is the best default but we can look at other scenrios too.

PYTHIA Signal Production:

  • Stathis has produced 60K events of the 1 TeV Scalar and Continuum Signal channels.
  • The evens were generated using PYTHIA and the modified FORTRAN routine.
  • There are 15 files of 4K events each in pool format. There can be in simple ntuples. If someone needs it let Stathis know.
  • The files are located at UCL under: /unix/atlas1/sstef/wwScattering/Gene/ We must decide a common place to store them together with the Manchester samples.
  • In the same directory you can find the jobOptions file (sampleJobOptions_pythia.py) for generating these events.

We'd also like some high PT hadronic Ws Foundation samples Action: Sarah to ask SM and Exo convenors

Stathis is looking at it. Will report on that as soon as there is an action.

Maybe we should we aim for someone to give a talk at next UK SM meeting (November 30).

Code Repository

CVS directory: WWscattering

recipe:

setup.sh your home requirements file.

alias gpcmt="export CMTCVSOFFSET=groups/WWscattering;cmt" alias offcmt="export CMTCVSOFFSET=offline;cmt"

to check-out a tagged version:

to check-out the head version gpcmt co WWscattering

to check-out from the offline packages: offcmt co

*********Guidelines for handling the CVS repository of the package

1. source setup.sh in your working area

2. alias gpcmt="export CMTCVSOFFSET=groups;cmt"

3. gpcmt co WWscattering (if you want to check out the head version) or

gpcmt co -r WWscattering-XX-XX-XX WWscattering (if you wanna check out the XX-XX-XX tag)

4. Make the changes/fixes. Say for example that you have fix something at src/wwFrameAnalysis.cxx and add a new file src/aNewFile.cxx

At one level up of the cmt directory:

5. Update the Log File of the changes you've made.

6. cvs add src/aNewFile.cxx (do that for all your addings!)

7. cvs update -A (to update the fixes...)

8. cvs commit -m 'A message to describe the main change'

If you want furthermore to give a tag, go one level up of the tag that is being used (WWscattering-XX-XX-XX) and do:

9. cvs tag WWscattering-YY-ZZ-XX

Useful Links and Papers

Meetings.

>
>
This has moved [http://cvs.hep.ucl.ac.uk/trac/AtlasWW here].
 
META FILEATTACHMENT attr="" comment="" date="1131221590" name="atlas_ww.ps" path="atlas_ww.ps" size="1256345" user="JonButterworth" version="1.3"

Revision 202006-08-03 - JonButterworth

Line: 1 to 1
 
META TOPICPARENT name="JonButterworth"

WW scattering in ATLAS.

Our goal is measure WW scattering vs CM energy from threshold up to as high as possible.

Deleted:
<
<

Organisational Stuff

  • Make accounts at Manchester for code sharing ACTION Brian (computers now ordered)
 
  • Archive code from note and paper.
Changed:
<
<
ACTION * Sarah has put her code on her public afs area (link here?) * Jon will upload a tarball soon.
>
>
  • Sarah has put her code on her public afs area.
 
  • Shared code repository which allows us to to co-develop in reasonable privacy but also allows the checked out version to build/link against the ATLAS code. This is documnented in more detail below.

Line: 40 to 27
 
  • Efficiencies and purities were discussed in the meeting on Thursday by Jon, Sarah, Stathes & Simon. Propose a two stage "measurement". First define a cross section which is (a) physically well defined and (b) in a kinematic region where ATLAS has reasonable acceptance. Then, once this is measured, correct it back to the inclusive WW rescattering cross section. The reasoning is described in the 5/11 version of the note (above) section 4. The physical cross section should be defined by the pT and eta of the W's, the fact that one is leptonic and the other hadronic, and by the kinematics of the tag jets. Note this is different from what we proposed on Thursday. I think we can use the W kinematics rather than the leptonic ones because the W decay is very well understood. And I think we need the tag jets in the cross section definition because otherwise the cross section would also include Drell-Yan type events. (We can't define the physical cross section in terms of an incoming W!).
Changed:
<
<
  • Text to be checked and finalised ACTION Jon, Brian and Sarah

>
>
  • Text to be checked and finalised ACTION Jon, Erckan, Stahis and Sarah
 

Theory

Line: 54 to 38
  We would also like to cross check with the Montreal code.
Deleted:
<
<
ACTION Simon and Brian
 

Trigger

(FLT, HLT, offline selection)

Line: 202 to 184
 
Changed:
<
<
>
>
 
Changed:
<
<
-- JonButterworth - 29 Sep 2005 -- SarahAllwood - 13 Oct 2005 -- StathisStefanidis - 18 Oct 2005 -- StathisStefanidis - 04 Nov 2005
>
>

Meetings.

 
META FILEATTACHMENT attr="" comment="" date="1131221590" name="atlas_ww.ps" path="atlas_ww.ps" size="1256345" user="JonButterworth" version="1.3"

Revision 192006-08-03 - JonButterworth

Line: 1 to 1
 
META TOPICPARENT name="JonButterworth"

WW scattering in ATLAS.

Line: 203 to 203
 
Changed:
<
<
>
>
http://www-spires.dur.ac.uk/cgi-bin/spiface/hep/www?rawcmd=FIND+EPRINT+0608019+AND+EPRINT+HEP-PH
  -- JonButterworth - 29 Sep 2005 -- SarahAllwood - 13 Oct 2005

Revision 182006-01-16 - StathisStefanidis

Line: 1 to 1
 
META TOPICPARENT name="JonButterworth"

WW scattering in ATLAS.

Line: 173 to 173
  *********Guidelines for handling the CVS repository of the package
Changed:
<
<
1. sourse setup.sh in your working area
>
>
1. source setup.sh in your working area
  2. alias gpcmt="export CMTCVSOFFSET=groups;cmt"

Revision 172005-11-14 - JonButterworth

Line: 1 to 1
 
META TOPICPARENT name="JonButterworth"

WW scattering in ATLAS.

Line: 12 to 12
 

  • Make accounts at Manchester for code sharing
Changed:
<
<
ACTION Brian
>
>
ACTION Brian (computers now ordered)
 
  • Archive code from note and paper.
Changed:
<
<
ACTION Sarah, Jon
>
>
ACTION * Sarah has put her code on her public afs area (link here?) * Jon will upload a tarball soon.
 
Changed:
<
<
  • We want a shared code repository which allows us to to co-develop in reasonable privacy but also allows the checked out version to build/link against the ATLAS code. Action: Pete
>
>
  • Shared code repository which allows us to to co-develop in reasonable privacy but also allows the checked out version to build/link against the ATLAS code. This is documnented in more detail below.
  Mailing list: atlas-ww@hep.ucl.ac.uk You can browse the archived mails (but at the moment only from UCL machines).

Line: 46 to 47
 

Theory

Changed:
<
<
We need to check that we are generating W+W-, W+W+. We would also like to generate WZ and ZZ. (Sarah did this check. We are.)
>
>
We need to check that we are generating W+W-, W+W+. Sarah did this check. We are. We would also like to generate WZ and ZZ
 
Changed:
<
<
We would also like to cross check with the Montreal code.
>
>
ACTION Brian to document how to do this, and also the W decay flags.
 
Changed:
<
<
ACTION Brian
>
>
We would also like to cross check with the Montreal code.
 
Added:
>
>
ACTION Simon and Brian
 

Trigger

Revision 162005-11-05 - JonButterworth

Line: 1 to 1
 
META TOPICPARENT name="JonButterworth"

WW scattering in ATLAS.

Line: 20 to 20
 
  • We want a shared code repository which allows us to to co-develop in reasonable privacy but also allows the checked out version to build/link against the ATLAS code. Action: Pete
Changed:
<
<
Mailing list now available: atlas-ww@hep.ucl.ac.uk You can browse the archived mails (but at the moment only from UCL machines).
>
>
Mailing list: atlas-ww@hep.ucl.ac.uk You can browse the archived mails (but at the moment only from UCL machines).
 

ATLAS note

Changed:
<
<
atlas_ww.ps: Latest draft.
>
>
atlas_ww.ps: Latest draft 5/11/05
 

Outstanding issues

Changed:
<
<
  • The AtlFast data was lost in a disk crash, but can be regenerated. Simon Head will be asked regenerate it. This should be without pileup, since the pileup is unofficial/undocumented, and not a big effect anyway. We can just make a comment in the text.
>
>
  • The AtlFast data was lost in a disk crash, but can be regenerated. This should be without pileup, since the pileup is unofficial/undocumented, and not a big effect anyway. We can just make a comment in the text.
 
  • The pileup we used is not a big effect as long as a cell threshold of 1GeV for low luminosity and 2 GeV for high luminosity is applied. Without these it is a big effect. This is now stated in the text. I guess though we should apply the threshold at 2 GeV for all the data.
Changed:
<
<
  • The smearing will be done on cells (twoers, surely?). What value should we to use for the constant term, since we want it to be comparable to smearing on jets? Reply from Jon: I don't think one can completely correctly reproduce smearing on jets by smearing towers whatever one does. And in fact, smearing cells is a better approximation to reality. If we take the radius-proportional term (by the the way, this proportionality seems to be based on a straight line drawn through two points, see page 272 of the TDR) and apply it to the tower radius, that should get the noise etc ok in that twoer, but it will neglect the noise in other towers with no true energy which may have contributed to the jet. I think the noise suppression threshold saves us - it should remove this as wellas the constant term. And Sarah has also tried increasing the constant term and shown we are insensitive to it. So I think this argument and holds and is the best that can be done at present, until there is an approved cell smearing in ATLFast.
>
>
  • The smearing will be done on towers. We can't completely correctly reproduce smearing on jets by smearing towers whatever we do. And in fact, smearing cells is a better approximation to reality. If we take the radius-proportional term (by the the way, this proportionality seems to be based on a straight line drawn through two points, see page 272 of the TDR) and apply it to the tower radius, that should get the noise etc ok in that twoer, but it will neglect the noise in other towers with no true energy which may have contributed to the jet. I think the noise suppression threshold saves us - it should remove this as wellas the constant term. And Sarah has also tried increasing the constant term and shown we are insensitive to it. So I think this argument and holds and is the best that can be done at present, until there is an approved cell smearing in ATLFast.
 
Changed:
<
<
  • Underlying event model: should we use the same parameters as in the Rome samples? Or our own? Reply from Jon (second attempt, 22 Oct) I think we should use the same as the Rome sample; this is a reasonable set of parameters which was derived from Tevatron data. Other sensible options would be to use whatever is approved for the new production (is this decided yet?), or to use PYTHIA Tune A from Rick Field (as described in the
HERALHC TeV4LHC workshops. The reason I say go with the Rome parameters is that is will facilitate conmparison between ATLFast and full simulation results, and yet we don't have to wait for the new DC3 parameters. If the new DC3 parameters are already known, I would suggest using them, for the same reason.
>
>
  • Underlying event model: should we use the same parameters as in the Rome samples? Or our own? Reply from Jon (second attempt, 22 Oct) I think we should use the same as the Rome sample; this is a reasonable set of parameters which was derived from Tevatron data. Other sensible options would be to use whatever is approved for the new production (is this decided yet?), or to use PYTHIA Tune A from Rick Field (as described in the HERALHC TeV4LHC workshops. The reason I say go with the Rome parameters is that is will facilitate comparison between ATLFast and full simulation results, and yet we don't have to wait for the new DC3 parameters. If the new DC3 parameters are already known, I would suggest using them, for the same reason. (Rome used: the parameters given on this page)
 
Changed:
<
<
    • We were using: ?

  • The efficiencies as purities need to be discussed/clarified.
>
>
  • Efficiencies and purities were discussed in the meeting on Thursday by Jon, Sarah, Stathes & Simon. Propose a two stage "measurement". First define a cross section which is (a) physically well defined and (b) in a kinematic region where ATLAS has reasonable acceptance. Then, once this is measured, correct it back to the inclusive WW rescattering cross section. The reasoning is described in the 5/11 version of the note (above) section 4. The physical cross section should be defined by the pT and eta of the W's, the fact that one is leptonic and the other hadronic, and by the kinematics of the tag jets. Note this is different from what we proposed on Thursday. I think we can use the W kinematics rather than the leptonic ones because the W decay is very well understood. And I think we need the tag jets in the cross section definition because otherwise the cross section would also include Drell-Yan type events. (We can't define the physical cross section in terms of an incoming W!).
 
  • Text to be checked and finalised ACTION Jon, Brian and Sarah
Line: 54 to 47
 

Theory

We need to check that we are generating W+W-, W+W+. We would also

Changed:
<
<
like to generate WZ and ZZ.
>
>
like to generate WZ and ZZ. (Sarah did this check. We are.)
  We would also like to cross check with the Montreal code.
Changed:
<
<
ACTION Brian and Jeff.
>
>
ACTION Brian
 

Trigger

Line: 215 to 208
 -- StathisStefanidis - 18 Oct 2005 -- StathisStefanidis - 04 Nov 2005
Changed:
<
<
META FILEATTACHMENT attr="" comment="" date="1130232290" name="atlas_ww.ps" path="atlas_ww.ps" size="1261410" user="JonButterworth" version="1.2"
>
>
META FILEATTACHMENT attr="" comment="" date="1131221590" name="atlas_ww.ps" path="atlas_ww.ps" size="1256345" user="JonButterworth" version="1.3"

Revision 152005-11-04 - StathisStefanidis

Line: 1 to 1
 
META TOPICPARENT name="JonButterworth"

WW scattering in ATLAS.

Line: 176 to 176
 to check-out from the offline packages: offcmt co
Added:
>
>
*********Guidelines for handling the CVS repository of the package

1. sourse setup.sh in your working area

2. alias gpcmt="export CMTCVSOFFSET=groups;cmt"

3. gpcmt co WWscattering (if you want to check out the head version) or

gpcmt co -r WWscattering-XX-XX-XX WWscattering (if you wanna check out the XX-XX-XX tag)

4. Make the changes/fixes. Say for example that you have fix something at src/wwFrameAnalysis.cxx and add a new file src/aNewFile.cxx

At one level up of the cmt directory:

5. Update the Log File of the changes you've made.

6. cvs add src/aNewFile.cxx (do that for all your addings!)

7. cvs update -A (to update the fixes...)

8. cvs commit -m 'A message to describe the main change'

If you want furthermore to give a tag, go one level up of the tag that is being used (WWscattering-XX-XX-XX) and do:

9. cvs tag WWscattering-YY-ZZ-XX

 

Useful Links and Papers

Line: 188 to 213
 -- JonButterworth - 29 Sep 2005 -- SarahAllwood - 13 Oct 2005 -- StathisStefanidis - 18 Oct 2005
Changed:
<
<
>
>
-- StathisStefanidis - 04 Nov 2005
 
META FILEATTACHMENT attr="" comment="" date="1130232290" name="atlas_ww.ps" path="atlas_ww.ps" size="1261410" user="JonButterworth" version="1.2"

Revision 142005-10-28 - JonButterworth

Line: 1 to 1
 
META TOPICPARENT name="JonButterworth"

WW scattering in ATLAS.

Line: 6 to 6
 

Organisational Stuff

Added:
>
>
 
  • Make accounts at Manchester for code sharing ACTION Brian

Revision 132005-10-27 - JonButterworth

Line: 1 to 1
 
META TOPICPARENT name="JonButterworth"

WW scattering in ATLAS.

Line: 172 to 172
  offcmt co
Changed:
<
<

Useful Links

>
>

Useful Links and Papers

 
Changed:
<
<
>
>
 

-- JonButterworth - 29 Sep 2005

Revision 122005-10-25 - JonButterworth

Line: 1 to 1
 
META TOPICPARENT name="JonButterworth"

WW scattering in ATLAS.

Line: 7 to 7
 

Organisational Stuff

  • Make accounts at Manchester for code sharing
Changed:
<
<
ACTION Brian and Jon
>
>
ACTION Brian
 
  • Archive code from note and paper. ACTION Sarah, Jon
Line: 20 to 20
 

ATLAS note

Changed:
<
<
Sarah has pretty much finished this except:
>
>
atlas_ww.ps: Latest draft.

Outstanding issues

 
  • The AtlFast data was lost in a disk crash, but can be regenerated. Simon Head will be asked regenerate it. This should be without pileup, since the pileup is unofficial/undocumented, and not a big effect anyway. We can just make a comment in the text.
Changed:
<
<
Comments from Sarah:

  • The pileup we used is not a big effect as long as a cell threshold of 1GeV for low luminosity and 2 GeV for high luminosity is applied. Without these it is a big effect.

  • The smearing will be done on cells, though I don't know what value to use for the constant term, since we want it to be comparable to smearing on jets.
>
>
  • The pileup we used is not a big effect as long as a cell threshold of 1GeV for low luminosity and 2 GeV for high luminosity is applied. Without these it is a big effect. This is now stated in the text. I guess though we should apply the threshold at 2 GeV for all the data.
 
Changed:
<
<
  • Underlying event model: should we use the same parameters as in the Rome samples? Or our own?
>
>
  • The smearing will be done on cells (twoers, surely?). What value should we to use for the constant term, since we want it to be comparable to smearing on jets? Reply from Jon: I don't think one can completely correctly reproduce smearing on jets by smearing towers whatever one does. And in fact, smearing cells is a better approximation to reality. If we take the radius-proportional term (by the the way, this proportionality seems to be based on a straight line drawn through two points, see page 272 of the TDR) and apply it to the tower radius, that should get the noise etc ok in that twoer, but it will neglect the noise in other towers with no true energy which may have contributed to the jet. I think the noise suppression threshold saves us - it should remove this as wellas the constant term. And Sarah has also tried increasing the constant term and shown we are insensitive to it. So I think this argument and holds and is the best that can be done at present, until there is an approved cell smearing in ATLFast.
 
Changed:
<
<
Reply from Jon (second attempt, 22 Oct) I think we should use the same as the Rome sample; this is a reasonable set of parameters which was derived from Tevatron data. Other sensible options would be to use whatever is approved for the new production (is this decided yet?), or to use PYTHIA Tune A from Rick Field (as described in the
>
>
  • Underlying event model: should we use the same parameters as in the Rome samples? Or our own? Reply from Jon (second attempt, 22 Oct) I think we should use the same as the Rome sample; this is a reasonable set of parameters which was derived from Tevatron data. Other sensible options would be to use whatever is approved for the new production (is this decided yet?), or to use PYTHIA Tune A from Rick Field (as described in the
 HERALHC TeV4LHC workshops. The reason I say go with the Rome parameters is that is will facilitate conmparison between ATLFast and full simulation results, and yet we don't have to wait for the new DC3 parameters. If the new DC3 parameters are already known, I would suggest using them, for the same reason.
Changed:
<
<
We were using: ?
>
>
    • We were using: ?
 
Changed:
<
<
Rome used: the parameters given on this page
>
>
 
Changed:
<
<
ACTION Sarah and Simon
>
>
  • The efficiencies as purities need to be discussed/clarified.

  • Text to be checked and finalised ACTION Jon, Brian and Sarah
 
Deleted:
<
<
  • Text to be checked and finalised ACTION Jon, Brian and Sarah
 
Line: 186 to 184
 -- SarahAllwood - 13 Oct 2005 -- StathisStefanidis - 18 Oct 2005
Added:
>
>
META FILEATTACHMENT attr="" comment="" date="1130232290" name="atlas_ww.ps" path="atlas_ww.ps" size="1261410" user="JonButterworth" version="1.2"

Revision 112005-10-24 - PeterSherwood

Line: 1 to 1
 
META TOPICPARENT name="JonButterworth"

WW scattering in ATLAS.

Line: 152 to 152
  Maybe we should we aim for someone to give a talk at next UK SM meeting (November 30).
Added:
>
>

Code Repository

CVS directory: WWscattering

recipe:

setup.sh your home requirements file.

alias gpcmt="export CMTCVSOFFSET=groups/WWscattering;cmt" alias offcmt="export CMTCVSOFFSET=offline;cmt"

to check-out a tagged version:

to check-out the head version gpcmt co WWscattering

to check-out from the offline packages: offcmt co

 

Useful Links

Revision 102005-10-22 - JonButterworth

Line: 1 to 1
 
META TOPICPARENT name="JonButterworth"

WW scattering in ATLAS.

Line: 27 to 27
  is unofficial/undocumented, and not a big effect anyway. We can just make a comment in the text.

Comments from Sarah:

Deleted:
<
<
  • The pileup we used is not a big effect as long as a cell threshold of 1GeV for low luminosity and 2 GeV for high luminosity is applied. Without these it is a big effect.
 
Changed:
<
<
  • The smearing will be done on cells, though I don't know what value to use for the constant term, since we want it to be comparable to smearing on jets.
>
>
  • The pileup we used is not a big effect as long as a cell threshold of 1GeV for low luminosity and 2 GeV for high luminosity is applied. Without these it is a big effect.
 
Changed:
<
<
  • Underlying event model: should we use the same parameters as in the Rome samples? Or our own?

Actually the best thing to do might be to use the CDF tune described by Rick Field in his talks at the HERALHC and TeV4LHC workshops. Basically the Rime parameters were tuned to look like PYTHIA at 14 TeV and the others are tuned to look like data at 1.8 TeV. Ideally we would do both, as this is a study that really should be done by someone on ATLAS at has not yet (for any process) apart from the minimum boas work by Craig, Arthur and Ian.

>
>
  • The smearing will be done on cells, though I don't know what value to use for the constant term, since we want it to be comparable to smearing on jets.
 
Changed:
<
<
-- JonButterworth - 16 Oct 2005
>
>
  • Underlying event model: should we use the same parameters as in the Rome samples? Or our own?
 
Changed:
<
<
We were using:
>
>
Reply from Jon (second attempt, 22 Oct) I think we should use the same as the Rome sample; this is a reasonable set of parameters which was derived from Tevatron data. Other sensible options would be to use whatever is approved for the new production (is this decided yet?), or to use PYTHIA Tune A from Rick Field (as described in the HERALHC TeV4LHC workshops. The reason I say go with the Rome parameters is that is will facilitate conmparison between ATLFast and full simulation results, and yet we don't have to wait for the new DC3 parameters. If the new DC3 parameters are already known, I would suggest using them, for the same reason.
 
Added:
>
>
We were using: ?
 
Changed:
<
<
Rome used:
>
>
Rome used: the parameters given on this page
  ACTION Sarah and Simon

Revision 92005-10-21 - JonButterworth

Line: 1 to 1
 
META TOPICPARENT name="JonButterworth"

WW scattering in ATLAS.

Line: 157 to 157
 Maybe we should we aim for someone to give a talk at next UK SM meeting (November 30).

Added:
>
>

Useful Links

 
Changed:
<
<
>
>
 

Revision 82005-10-18 - StathisStefanidis

Line: 1 to 1
 
META TOPICPARENT name="JonButterworth"

WW scattering in ATLAS.

Line: 142 to 142
  Sarah and Stathes can both generate signal with the modified pythia routine. Continuum is the best default but we can look at other scenrios too.
Added:
>
>
PYTHIA Signal Production:
  • Stathis has produced 60K events of the 1 TeV Scalar and Continuum Signal channels.
  • The evens were generated using PYTHIA and the modified FORTRAN routine.
  • There are 15 files of 4K events each in pool format. There can be in simple ntuples. If someone needs it let Stathis know.
  • The files are located at UCL under: /unix/atlas1/sstef/wwScattering/Gene/ We must decide a common place to store them together with the Manchester samples.
  • In the same directory you can find the jobOptions file (sampleJobOptions_pythia.py) for generating these events.
  We'd also like some high PT hadronic Ws Foundation samples Action: Sarah to ask SM and Exo convenors
Added:
>
>
Stathis is looking at it. Will report on that as soon as there is an action.
  Maybe we should we aim for someone to give a talk at next UK SM meeting (November 30).
Line: 157 to 165
  -- JonButterworth - 29 Sep 2005 -- SarahAllwood - 13 Oct 2005
Added:
>
>
-- StathisStefanidis - 18 Oct 2005
 

Revision 72005-10-18 - JonButterworth

Line: 1 to 1
 
META TOPICPARENT name="JonButterworth"

WW scattering in ATLAS.

Our goal is measure WW scattering vs CM energy from threshold up to as high as possible.

Changed:
<
<
--+++ Organisational Stuff
>
>

Organisational Stuff

 
  • Make accounts at Manchester for code sharing ACTION Brian and Jon
Line: 18 to 18
  Mailing list now available: atlas-ww@hep.ucl.ac.uk You can browse the archived mails (but at the moment only from UCL machines).

Changed:
<
<
--+++ ATLAS note
>
>

ATLAS note

  Sarah has pretty much finished this except:

Revision 62005-10-17 - JonButterworth

Line: 1 to 1
 
META TOPICPARENT name="JonButterworth"

WW scattering in ATLAS.

Our goal is measure WW scattering vs CM energy from threshold up to as high as possible.

Changed:
<
<
We had a meeting on 29 September 2005 and this was the start of a workplan.
>
>
--+++ Organisational Stuff

  • Make accounts at Manchester for code sharing ACTION Brian and Jon

  • Archive code from note and paper. ACTION Sarah, Jon

  • We want a shared code repository which allows us to to co-develop in reasonable privacy but also allows the checked out version to build/link against the ATLAS code. Action: Pete

Mailing list now available: atlas-ww@hep.ucl.ac.uk You can browse the archived mails (but at the moment only from UCL machines).

 
Deleted:
<
<

Work Plan

 
Changed:
<
<

ATLAS note

>
>
--+++ ATLAS note
  Sarah has pretty much finished this except:
Line: 40 to 50
 
  • Text to be checked and finalised ACTION Jon, Brian and Sarah
Deleted:
<
<

Infrastructure

  • Make accounts at Manchester for code sharing ACTION Brian and Jon

  • Archive code from note and paper. ACTION Sarah, Jon

  • We want a shared code repository which allows us to to co-develop in reasonable privacy but also allows the checked out version to build/link against the ATLAS code. Action: Pete
 
Deleted:
<
<
Mailing list now available: atlas-ww@hep.ucl.ac.uk
 

Theory

Revision 52005-10-16 - JonButterworth

Line: 1 to 1
 
META TOPICPARENT name="JonButterworth"

WW scattering in ATLAS.

Changed:
<
<
This page is probably in the wrong place but as far as I can tell it can be moved later.

Our goal is measure WW scattering vs CM energy from threshold down to as low as possible.

>
>
Our goal is measure WW scattering vs CM energy from threshold up to as high as possible.
  We had a meeting on 29 September 2005 and this was the start of a workplan.
Line: 28 to 25
 
  • Underlying event model: should we use the same parameters as in the Rome samples? Or our own?
Added:
>
>
Actually the best thing to do might be to use the CDF tune described by Rick Field in his talks at the HERALHC and TeV4LHC workshops. Basically the Rime parameters were tuned to look like PYTHIA at 14 TeV and the others are tuned to look like data at 1.8 TeV. Ideally we would do both, as this is a study that really should be done by someone on ATLAS at has not yet (for any process) apart from the minimum boas work by Craig, Arthur and Ian.

-- JonButterworth - 16 Oct 2005

  We were using:
Line: 49 to 51
 
  • We want a shared code repository which allows us to to co-develop in reasonable privacy but also allows the checked out version to build/link against the ATLAS code. Action: Pete
Changed:
<
<
Action: Jon set up mailing list at UCL. Ok, this means ask Gordon to do it...
>
>
Mailing list now available: atlas-ww@hep.ucl.ac.uk
 

Theory

Revision 42005-10-13 - SarahAllwood

Line: 1 to 1
 
META TOPICPARENT name="JonButterworth"

WW scattering in ATLAS.

Line: 26 to 26
 
  • The smearing will be done on cells, though I don't know what value to use for the constant term, since we want it to be comparable to smearing on jets.
Changed:
<
<
  • Underlying event model: should we use the same parameters as in the Rome samples? Or our own? We were using:
>
>
  • Underlying event model: should we use the same parameters as in the Rome samples? Or our own?

We were using:

 

Rome used:

Line: 69 to 71
 

Selection cuts

Action: Sarah to document what she actually does in the full sim analysis
Changed:
<
<
The code is in ... . It started from the AnalysisExamples package, and I haven't changed much about the particle preselections from that.
>
>
The code is in ... . It started from the AnalysisExamples package.
 

electron

The standard preselections available in atlas are here. For electrons, I currently use:
Changed:
<
<
ET>10GeV,

isolation cut of 5GeV in dR=0.3

isEM() & 0x07FF == 0

>
>
  • ET>10GeV,
  • isolation cut of 5GeV in dR=0.3
  • isEM() & 0x07FF == 0
 

muon

Added:
>
>
To be selected, a muon must be highPt and have
 
Added:
>
>
  • chisquared < 20.0,
  • Muon Isolation cut of 5GeV.
  • pT > 5GeV
  • eta < 2.7
 

missing ET

The missing ET used is MET_Final, which is calib+muons+cryostat correction.
Added:
>
>

Hadronic W mass resolution

In full simulation I just use the highest pT jet.
 
Deleted:
<
<

Hadronic W mass resolution

  pile up, jet finder dependence.

subjet cuts

cal granularity?

Revision 32005-10-13 - SarahAllwood

Line: 1 to 1
 
META TOPICPARENT name="JonButterworth"

WW scattering in ATLAS.

Line: 18 to 18
 
  • The AtlFast data was lost in a disk crash, but can be regenerated. Simon Head will be asked regenerate it. This should be without pileup, since the pileup is unofficial/undocumented, and not a big effect anyway. We can just make a comment in the text.
Added:
>
>
Comments from Sarah:
  • The pileup we used is not a big effect as long as a cell threshold of 1GeV for low luminosity and 2 GeV for high luminosity is applied. Without these it is a big effect.

  • The smearing will be done on cells, though I don't know what value to use for the constant term, since we want it to be comparable to smearing on jets.

  • Underlying event model: should we use the same parameters as in the Rome samples? Or our own? We were using:

Rome used:

  ACTION Sarah and Simon

  • Text to be checked and finalised
Line: 56 to 69
 

Selection cuts

Action: Sarah to document what she actually does in the full sim analysis
Added:
>
>
The code is in ... . It started from the AnalysisExamples package, and I haven't changed much about the particle preselections from that.
 

electron

The standard preselections available in atlas are here. For electrons, I currently use:
Line: 67 to 82
 

muon

Added:
>
>
 

missing ET

Added:
>
>
The missing ET used is MET_Final, which is calib+muons+cryostat correction.
 

Hadronic W mass resolution

pile up, jet finder dependence.
Line: 129 to 149
 

-- JonButterworth - 29 Sep 2005

Added:
>
>
-- SarahAllwood - 13 Oct 2005
 

Revision 22005-09-29 - SarahAllwood

Line: 1 to 1
 
META TOPICPARENT name="JonButterworth"

WW scattering in ATLAS.

Line: 56 to 56
 

Selection cuts

Action: Sarah to document what she actually does in the full sim analysis
Added:
>
>

electron

The standard preselections available in atlas are here. For electrons, I currently use:

ET>10GeV,

isolation cut of 5GeV in dR=0.3

isEM() & 0x07FF == 0

muon

missing ET

 

Hadronic W mass resolution

pile up, jet finder dependence.

subjet cuts

Line: 64 to 77
  which takes a jet (AOD?) and produces a y cut array. Action: Pete
Deleted:
<
<

electron

muon

missing ET

 

top mass resolution

pileup and jet finder dependence

Revision 12005-09-29 - JonButterworth

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="JonButterworth"

WW scattering in ATLAS.

This page is probably in the wrong place but as far as I can tell it can be moved later.

Our goal is measure WW scattering vs CM energy from threshold down to as low as possible.

We had a meeting on 29 September 2005 and this was the start of a workplan.

Work Plan

ATLAS note

Sarah has pretty much finished this except:

  • The AtlFast data was lost in a disk crash, but can be regenerated. Simon Head will be asked regenerate it. This should be without pileup, since the pileup is unofficial/undocumented, and not a big effect anyway. We can just make a comment in the text. ACTION Sarah and Simon

  • Text to be checked and finalised ACTION Jon, Brian and Sarah

Infrastructure

  • Make accounts at Manchester for code sharing ACTION Brian and Jon

  • Archive code from note and paper. ACTION Sarah, Jon

  • We want a shared code repository which allows us to to co-develop in reasonable privacy but also allows the checked out version to build/link against the ATLAS code. Action: Pete

Action: Jon set up mailing list at UCL. Ok, this means ask Gordon to do it...

Theory

We need to check that we are generating W+W-, W+W+. We would also like to generate WZ and ZZ.

We would also like to cross check with the Montreal code.

ACTION Brian and Jeff.

Trigger

(FLT, HLT, offline selection) Document which trigger chains the signal should get through etc here. ACTION Stathes

Selection cuts

Action: Sarah to document what she actually does in the full sim analysis

Hadronic W mass resolution

pile up, jet finder dependence.

subjet cuts

cal granularity? How to run it practically - produce an ATHENA algorithm which takes a jet (AOD?) and produces a y cut array. Action: Pete

electron

muon

missing ET

top mass resolution

pileup and jet finder dependence This works in AtlFast & at hadron level. Not yet working in full simulation.

tag jets

how well are they modelled? how well is the rate known? How can it be checked?

hard pt

how well is it modelled? can it be checked?

minijet veto

is it really useful? how well is it understood? use new underlying event models/tunes.

background generation

what samples do we need? which generators? we need W+jet and ttbar samples with a ptmin of about 250 GeV. However, to get decent luminosity will require a lot of CPU so we should put this in as a standing request to the SM and exotics groups, but not sweat about generating it ourselves just yet - there is a lot of work to do on the signal.

detector simulation

how much with AtlFast, how much needs full simulation?

Signal Generation

Sarah and Stathes can both generate signal with the modified pythia routine. Continuum is the best default but we can look at other scenrios too.

We'd also like some high PT hadronic Ws Foundation samples Action: Sarah to ask SM and Exo convenors

Maybe we should we aim for someone to give a talk at next UK SM meeting (November 30).

-- JonButterworth - 29 Sep 2005

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback