Skip to content
Snippets Groups Projects
Commit f4a04761 authored by Soichiro Kuwahara's avatar Soichiro Kuwahara
Browse files

cherenkov/__init__.py: Implement CherenkovBBCoincDef

parent b857bb89
No related branches found
No related tags found
No related merge requests found
......@@ -13,3 +13,14 @@
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
from ligo.lw import lsctables
#
# coinc definer types for cherenkov burst search
#
CherenkovBBCoincDef = lsctables.CoincDef(search = "cherenkov", search_coinc_type = 0, description = "sngl_burst<-->sngl_burst coincidences")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment