Belle II Software  release-05-02-19
DstToD0Pi_D0ToNeutrals Class Reference
Inheritance diagram for DstToD0Pi_D0ToNeutrals:
Collaboration diagram for DstToD0Pi_D0ToNeutrals:

Public Member Functions

def load_standard_lists (self, path)
 
def build_lists (self, path)
 
def __authors__ (self)
 
def __description__ (self)
 
def __contact__ (self)
 
def __category__ (self)
 
def validation_histograms (self, path)
 
def code (self)
 
def additional_setup (self, path)
 
def __call__ (self, path, *udstOutput=None, validation=None)
 
def postskim_path (self)
 
def skim_event_cuts (self, cut, *path)
 
def flag (self)
 
def initialise_skim_flag (self, path)
 
def update_skim_flag (self, path)
 
def get_skim_list_names (self)
 
def __str__ (self)
 
def __name__ (self)
 
def set_skim_logging (self)
 
def output_udst (self, path)
 
def apply_hlt_hadron_cut_if_required (self, path)
 

Static Public Member Functions

def D0ToNeutrals (path)
 

Public Attributes

 SkimLists
 
 name
 
 OutputFileName
 
 additionalDataDescription
 

Static Public Attributes

list NoisyModules = ["ParticleLoader", "RootOutput"]
 
list TestFiles = [get_test_file("MC13_mixedBGx1")]
 
dictionary MergeDataStructures = {}
 
bool ApplyHLTHadronCut = False
 
bool produce_on_tau_samples = True
 

Private Member Functions

def _method_unchanged (self, method)
 

Private Attributes

 _udstOutput
 
 _validation
 

Static Private Attributes

list __authors__ = ["Giulia Casarosa", "Emma Oxford"]
 
string __description__ = "Same as `XToD0_D0ToNeutrals`, but requiring that the D0 is from D* decay."
 
 __contact__ = __liaison__
 
string __category__ = "physics, charm"
 
 _MainPath = None
 
 _ConditionalPath = None
 

Detailed Description

**Decay Modes**:
    * :math:`D^{*+}\\to \\pi^+ D^{0}`, where the :math:`D^{0}` is reconstructed
      by `XToD0_D0ToNeutrals.D0ToNeutrals`.

**Selection Criteria**:
    * Apply the cuts in `XToD0_D0ToNeutrals`
    * No cut on the slow pion
    * ``Q < 0.02``
    * For more details, please check the source code of this skim.

Definition at line 920 of file charm.py.

Member Function Documentation

◆ __call__()

def __call__ (   self,
  path,
udstOutput = None,
  validation = None 
)
inherited
Produce the skim particle lists and write uDST file.

Parameters:
    path (basf2.Path): Skim path to be processed.
    udstOutput (bool): [DEPRECATED ARGUMENT] If True, add uDST output to the path.
    validation (bool): [DEPRECATED ARGUMENT] If True, build lists and write
validation histograms instead of writing uDSTs.

Definition at line 648 of file skimExpertFunctions.py.

◆ _method_unchanged()

def _method_unchanged (   self,
  method 
)
privateinherited
Check if the method of the class is the same as in its parent class, or if it has
been overridden.

Useful for determining if *e.g.* `validation_histograms` has been defined for a
particular skim.

Definition at line 810 of file skimExpertFunctions.py.

◆ additional_setup()

def additional_setup (   self,
  path 
)
inherited
Perform any setup steps necessary before running the skim. This may include:

* applying event-level cuts using `ifEventPasses`,
* adding the `MCMatcherParticles` module to the path,
* running the FEI.

Warning:
    Standard particle lists should *not* be loaded in here. This should be done
    by overriding the method `BaseSkim.load_standard_lists`. This is crucial for
    avoiding loading lists twice when combining skims for production.

Parameters:
    path (basf2.Path): Skim path to be processed.

Reimplemented in CombinedSkim, Random, TauThrust, TDCPV_ccs, TauGeneric, BaseFEISkim, ALP3Gamma, and TDCPV_qqs.

Definition at line 612 of file skimExpertFunctions.py.

◆ apply_hlt_hadron_cut_if_required()

def apply_hlt_hadron_cut_if_required (   self,
  path 
)
inherited
Apply the ``hlt_hadron`` selection if the property ``ApplyHLTHadronCut`` is True.

Parameters:
    path (basf2.Path): Skim path to be processed.

Reimplemented in CombinedSkim.

Definition at line 883 of file skimExpertFunctions.py.

◆ build_lists()

def build_lists (   self,
  path 
)
Builds :math:`D^0` skim lists defined in `XToD0_D0ToNeutrals.D0ToNeutrals`.

Reimplemented from XToD0_D0ToNeutrals.

Definition at line 946 of file charm.py.

◆ code()

def code (   self)
inherited
Eight-digit code assigned to this skim in the registry.

Definition at line 574 of file skimExpertFunctions.py.

◆ D0ToNeutrals()

def D0ToNeutrals (   path)
staticinherited
**Decay Modes**:
    * :math:`D^{0}\\to \\pi^{0} \\pi^{0}`
    * :math:`D^{0}\\to K_{S} \\pi^{0}`
    * :math:`D^{0}\\to K_{S} K_{S}`

**Selection Criteria**:
    * Use :math:`\\pi^{0}` from `stdPi0s.loadStdSkimPi0`
    * Use :math:`K_{S}` from `stdV0s.stdKshorts`
    * ``1.66 < M(D0) < 2.06, pcms(D0) > 2.0``
    * For more details, please check the source code of this skim.
    * (Maybe in the future, we can add a loose ECL cluster timing cut
      to :math:`\\pi^{0}` in this skim.)

**Parameters**:
    * path (basf2.Path): Skim path to be processed.

**Returns**:
    * List of D0 particle list names.

Definition at line 147 of file charm.py.

◆ flag()

def flag (   self)
inherited
Event-level variable indicating whether an event passes the skim or not. To use
the skim flag without writing uDST output, use the argument ``udstOutput=False``
when instantiating the skim class.

Reimplemented in CombinedSkim.

Definition at line 768 of file skimExpertFunctions.py.

◆ get_skim_list_names()

def get_skim_list_names (   self)
inherited
Get the list of skim particle list names, without creating the particle lists on
the current path.

Definition at line 796 of file skimExpertFunctions.py.

◆ initialise_skim_flag()

def initialise_skim_flag (   self,
  path 
)
inherited
Add the module `skimExpertFunctions.InitialiseSkimFlag` to the path, which
initialises flag for this skim to zero.

Reimplemented in CombinedSkim.

Definition at line 776 of file skimExpertFunctions.py.

◆ load_standard_lists()

def load_standard_lists (   self,
  path 
)
Load any standard lists. This code will be run before any
`BaseSkim.additional_setup` and `BaseSkim.build_lists`.

Note:
    This is separated into its own function so that when skims are combined, any
    standard lists used by two skims can be loaded just once.

Parameters:
    path (basf2.Path): Skim path to be processed.

Reimplemented from XToD0_D0ToNeutrals.

Definition at line 941 of file charm.py.

◆ output_udst()

def output_udst (   self,
  path 
)
inherited
Write the skim particle lists to an output uDST and print a summary of the
skim list statistics.

Parameters:
    path (basf2.Path): Skim path to be processed.

Reimplemented in CombinedSkim.

Definition at line 860 of file skimExpertFunctions.py.

◆ postskim_path()

def postskim_path (   self)
inherited
Return the skim path.

* If `BaseSkim.skim_event_cuts` has been run, then the skim lists will only be
  created on a conditional path, so subsequent modules should be added to the
  conditional path.

* If `BaseSkim.skim_event_cuts` has not been run, then the main analysis path is
  returned.

Definition at line 694 of file skimExpertFunctions.py.

◆ set_skim_logging()

def set_skim_logging (   self)
inherited
Turns the log level to ERROR for selected modules to decrease the total size
of the skim log files. Additional modules can be silenced by setting the attribute
`NoisyModules` for an individual skim.

Parameters:
    path (basf2.Path): Skim path to be processed.

.. warning::

    This method works by inspecting the modules added to the path, and setting
    the log level to ERROR. This method should be called *after* all
    skim-related modules are added to the path.

Reimplemented in CombinedSkim.

Definition at line 834 of file skimExpertFunctions.py.

◆ skim_event_cuts()

def skim_event_cuts (   self,
  cut,
path 
)
inherited
Apply event-level cuts in a skim-safe way.

Parameters:
    cut (str): Event-level cut to be applied.
    path (basf2.Path): Skim path to be processed.

Returns:
    ConditionalPath (basf2.Path): Path on which the rest of this skim should be
processed. On this path, only events which passed the event-level cut
will be processed further.

.. Tip::
    If running this function in `BaseSkim.additional_setup` or
    `BaseSkim.build_lists`, redefine the ``path`` to the path returned by
    `BaseSkim.skim_event_cuts`, *e.g.*

    .. code-block:: python

def build_lists(self, path):
    path = self.skim_event_cuts("nTracks>4", path=path)
    # rest of skim list building...

.. Note::
    The motivation for using this function over `applyEventCuts` is that
    `applyEventCuts` completely removes events from processing. If we combine
    multiple skims in a single steering file (which is done in production), and
    the first has a set of event-level cuts, then all the remaining skims will
    never even see those events.

    Internally, this function creates a new path, which is only processed for
    events passing the event-level cut. To avoid issues around particles not
    being available on the main path (leading to noisy error logs), we need to
    add the rest of the skim to this path. So this new path is assigned to the
    attribute ``BaseSkim._ConditionalPath``, and ``BaseSkim.__call__`` will run
    all remaining methods on this path.

Definition at line 716 of file skimExpertFunctions.py.

◆ update_skim_flag()

def update_skim_flag (   self,
  path 
)
inherited
Add the module `skimExpertFunctions.InitialiseSkimFlag` to the path, which
initialises flag for this skim to zero.

.. Warning::

    If a conditional path has been created before this, then this function
    *must* run on the conditional path, since the skim lists are not guaranteed
    to exist for all events on the main path.

Reimplemented in CombinedSkim.

Definition at line 783 of file skimExpertFunctions.py.

◆ validation_histograms()

def validation_histograms (   self,
  path 
)
inherited
Create validation histograms for the skim.

Parameters:
    path (basf2.Path): Skim path to be processed.

Reimplemented from BaseSkim.

Definition at line 186 of file charm.py.


The documentation for this class was generated from the following file: