Skip to content

Instantly share code, notes, and snippets.

@xgarrido
Created May 8, 2015 12:50
Show Gist options
  • Save xgarrido/860764d4468ac8c0c743 to your computer and use it in GitHub Desktop.
Save xgarrido/860764d4468ac8c0c743 to your computer and use it in GitHub Desktop.
SN@ilWare - not cut
[name="alpha::calo_association" type="snemo::cut::particle_track_cut"]
#@description Cut description
cut.description : string = "Check if track has associated calorimeter hits"
#@description Logging priority
logging.priority : string = "warning"
#@description The running mode of this cut instance
mode.has_associated_calorimeter_hits : boolean = 1
[name="alpha::no_calo_association" type="cuts::not_cut"]
#@description Cut description
cut.description : string = "Check if track has no associated calorimeter hits"
#@description Logging priority
logging.priority : string = "warning"
#@description The name of the cut to be negated
cut : string = "alpha::calo_association"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment