Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tower counting algorithm in L1Menu/uGT emulator #421

Closed
tmatsush opened this issue Sep 22, 2016 · 3 comments
Closed

Tower counting algorithm in L1Menu/uGT emulator #421

tmatsush opened this issue Sep 22, 2016 · 3 comments
Assignees

Comments

@tmatsush
Copy link

@apana cc: @rekovic @mulhearn @blwiner

There is a request to implement tower-counting algorithm in L1Menu and uGT emulator.
For the development of the uGT emulator with L1Menu including tower-counting algorithm, please follow the instruction at the following link to use custom UTM library
https://gitlab.cern.ch/cms-l1t-utm/utm

The simple test menu is available at the following link;
https://svnweb.cern.ch/trac/cactus/browser/branches/ugt_menu_dev/L1Menu_test_towercount/xml_dev/towercount.xml

You should copy the xml file in .../src/L1Trigger/L1TGlobal/data/Luminosity/startup/
Then specify the xml file like;
process.load("L1Trigger.L1TGlobal.TriggerMenu_cff")
process.TriggerMenu.L1TriggerMenuFile = cms.string('towercount.xml')

The tower counting algorithms could be implemented in the same way for the ETTEM trigger [0]

[0] 27aecef

Related pull requests:
#417
#418

@apana
Copy link

apana commented Sep 22, 2016

Hi Takashi,

Thanks for the instructions. I am working on implementing this in the
emulator. I'll let you know if I have any questions/problems.

-Len

On Thu, Sep 22, 2016 at 10:33 AM, tmatsush notifications@github.com wrote:

@apana https://github.com/apana cc: @rekovic
https://github.com/rekovic @mulhearn https://github.com/mulhearn
@blwiner https://github.com/blwiner

There is a request to implement tower-counting algorithm in L1Menu and uGT
emulator.
For the development of the uGT emulator with L1Menu including
tower-counting algorithm, please follow the instruction at the following
link to use custom UTM library
https://gitlab.cern.ch/cms-l1t-utm/utm

The simple test menu is available at the following link;
https://svnweb.cern.ch/trac/cactus/browser/branches/ugt_
menu_dev/L1Menu_test_towercount/xml_dev/towercount.xml

You should copy the xml file in .../src/L1Trigger/L1TGlobal/
data/Luminosity/startup/
Then specify the xml file like;
process.load("L1Trigger.L1TGlobal.TriggerMenu_cff")
process.TriggerMenu.L1TriggerMenuFile = cms.string('towercount.xml')

The tower counting algorithms could be implemented in the same way for the
ETTEM trigger [0]

[0] 27aecef
27aecef

Related pull requests:
#417 #417
#418 #418


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#421, or mute the thread
https://github.com/notifications/unsubscribe-auth/ABX7c2d_e1EkJ8ZFfXauVTG553uaUWQ6ks5qsp_AgaJpZM4KECNq
.

@apana apana self-assigned this Sep 22, 2016
@blwiner
Copy link

blwiner commented Sep 22, 2016

@apana https://github.com/apana it would probably also be useful to look
at the following PR (#370):

#370

This shows the changes that went in for the last round of new EtSums. You
can get a sense of which files needed to be modified.

-Brian

On Thu, Sep 22, 2016 at 11:36 AM, Leonard Apanasvich <
notifications@github.com> wrote:

Hi Takashi,

Thanks for the instructions. I am working on implementing this in the
emulator. I'll let you know if I have any questions/problems.

-Len

On Thu, Sep 22, 2016 at 10:33 AM, tmatsush notifications@github.com
wrote:

@apana https://github.com/apana cc: @rekovic
https://github.com/rekovic @mulhearn https://github.com/mulhearn
@blwiner https://github.com/blwiner

There is a request to implement tower-counting algorithm in L1Menu and
uGT
emulator.
For the development of the uGT emulator with L1Menu including
tower-counting algorithm, please follow the instruction at the following
link to use custom UTM library
https://gitlab.cern.ch/cms-l1t-utm/utm

The simple test menu is available at the following link;
https://svnweb.cern.ch/trac/cactus/browser/branches/ugt_
menu_dev/L1Menu_test_towercount/xml_dev/towercount.xml

You should copy the xml file in .../src/L1Trigger/L1TGlobal/
data/Luminosity/startup/
Then specify the xml file like;
process.load("L1Trigger.L1TGlobal.TriggerMenu_cff")
process.TriggerMenu.L1TriggerMenuFile = cms.string('towercount.xml')

The tower counting algorithms could be implemented in the same way for
the
ETTEM trigger [0]

[0] 27aecef
<https://github.com/cms-l1t-offline/cmssw/commit/
27aecef>

Related pull requests:
#417 #417
#418 #418


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#421, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ABX7c2d_
e1EkJ8ZFfXauVTG553uaUWQ6ks5qsp_AgaJpZM4KECNq>
.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#421 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AElaBueVPzuH6Jtu8SDA1ZpiKCpDKvziks5qsqB6gaJpZM4KECNq
.


B. Winer

@tmatsush
Copy link
Author

tmatsush commented Oct 7, 2016

excerpt from a message from A. Rose

The Heavy-Ion trigger is a 13-bit counter (bits 24:12) counting the number of towers over some programmable threshold. This threshold defaults to 0 (i.e. counts all non-zero towers).

The uGT input data format is compiled at;
https://twiki.cern.ch/twiki/bin/view/CMS/GlobalTriggerInputDataFormat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants